Skip to content

Commit f1eebda

Browse files
committed
fix for integration test
1 parent 403b16b commit f1eebda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeSniffer/Standards/Generic/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function register()
4040
{
4141
$tokens = PHP_CodeSniffer_Tokens::$functionNameTokens;
4242

43-
// for calling closures
43+
// For calling closures.
4444
$tokens[] = T_VARIABLE;
4545

4646
return $tokens;

0 commit comments

Comments
 (0)