Skip to content

Commit

Permalink
remove useless semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Jul 12, 2018
1 parent 17cb48e commit ca963ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Tokenizer/Analyzer/FunctionsAnalyzerTest.php
Expand Up @@ -97,12 +97,12 @@ public function provideIsGlobalFunctionCallCases()
],
[
false,
'<?php function foo() {};',
'<?php function foo() {}',
3,
],
[
false,
'<?php function & foo() {};',
'<?php function & foo() {}',
5,
],
[
Expand Down

0 comments on commit ca963ea

Please sign in to comment.