Skip to content

Commit

Permalink
Added callable to ReferencedNameHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Apr 22, 2016
1 parent cc8a132 commit 1986b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SlevomatCodingStandard/Helpers/ReferencedNameHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ private static function createAllReferencedNames(PHP_CodeSniffer_File $phpcsFile
'integer',
'bool',
'boolean',
'callable',
], true);
});
foreach ($referencedNames as $name) {
Expand Down

0 comments on commit 1986b15

Please sign in to comment.