Skip to content

Commit

Permalink
Added __debugInfo to list of ignored methods
Browse files Browse the repository at this point in the history
Starting with PHP 5.6, __debugInfo is also an available PHP magic method.

Reference: http://php.net/manual/en/language.oop5.magic.php#object.debuginfo
  • Loading branch information
darkain committed Dec 21, 2015
1 parent a04dee7 commit f8b017a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -71,6 +71,7 @@ class CamelCaseMethodName extends AbstractRule implements MethodAware
'__invoke',
'__set_state',
'__clone',
'__debugInfo',
);

/**
Expand Down

0 comments on commit f8b017a

Please sign in to comment.