Skip to content

Commit

Permalink
Fix misaligned space
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Jul 23, 2020
1 parent fc5fd62 commit 1e8a69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CamelCapsFunctionNameSniff extends AbstractScopeSniff
'construct' => true,
'destruct' => true,
'call' => true,
'callstatic ' => true,
'callstatic' => true,
'get' => true,
'set' => true,
'isset' => true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ValidFunctionNameSniff extends AbstractScopeSniff
'construct' => true,
'destruct' => true,
'call' => true,
'callstatic ' => true,
'callstatic' => true,
'get' => true,
'set' => true,
'isset' => true,
Expand Down

0 comments on commit 1e8a69c

Please sign in to comment.