Skip to content

Commit

Permalink
Changelog for #1363 (ref #834)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Apr 13, 2017
1 parent d36df47 commit 4ff1b89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ http://pear.php.net/dtd/package-2.0.xsd">
- Fixed an error where STDIN was sometimes not checked when using the --parallel CLI option
- The is_closure index has been removed from the return value of File::getMethodProperties()
-- This value was always false becasue T_FUNCTION tokens are never closures
-- Closures will have a token type of T_CLOSURE
-- Closures have a token type of T_CLOSURE
- The File::isAnonymousFunction() method has been removed
-- This function always returned false because it only accepted T_FUNCTION tokens, which are never closures
-- Closures will have a token type of T_CLOSURE
-- Closures have a token type of T_CLOSURE
- Includes all changes from the 2.9.0 release
- Fixed bug #834 : PSR2.ControlStructures.SwitchDeclaration does not handle if branches with returns
-- Thanks to Fabian Wiget for the patch
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 4ff1b89

Please sign in to comment.