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

Bug #17503 closures formatting is not supported
Submitted: 2010-06-18 20:12 UTC
From: fazend Assigned: squiz
Status: Closed Package: PHP_CodeSniffer (version 1.2.2)
PHP Version: 5.3.2 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-06-18 20:12 UTC] fazend (FaZend Team)
Description: ------------ My code snippet looks correct, in terms of formatting. But PHPCS says that it's wrong. Would be nice to fix it. Test script: --------------- <?php $array = array(); array_map( function($x) { return trim($x); }, $array );

Comments

 [2010-06-23 05:34 UTC] squiz (Greg Sherwood)
-Status: Open +Status: Closed -Assigned To: +Assigned To: squiz
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.