Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 3.7.2

Request #20126 Introduce findNextAll
Submitted: 2013-11-12 06:55 UTC
From: shadyvb Assigned:
Status: Open Package: PHP_CodeSniffer (version 1.4.7)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2013-11-12 06:55 UTC] shadyvb (Shady Sharaf)
Description: ------------ It'd be great if PHPCS has a findNextAll to match against all tokens of a specific criteria, just like what preg_match_all does. The method would still take the same arguments as findNext, and will save quite sometime developing new rules, and will simplify logic of existing ones as well.

Comments