Skip to content

Commit

Permalink
Merge pull request #494 from localheinz/fix/duplicate-key
Browse files Browse the repository at this point in the history
Remove duplicate key-value-pair from magic methods array
  • Loading branch information
gsherwood committed Feb 16, 2015
2 parents a66d4ef + 5b24eb0 commit 59317c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -55,7 +55,6 @@ class Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff extends PHP_Co
'set_state' => true,
'clone' => true,
'invoke' => true,
'call' => true,
);

/**
Expand Down
Expand Up @@ -55,7 +55,6 @@ class PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff extends PHP_CodeSniff
'set_state' => true,
'clone' => true,
'invoke' => true,
'call' => true,
);

/**
Expand Down

0 comments on commit 59317c2

Please sign in to comment.