Skip to content

Commit 9400331

Browse files
committed
Coding standard fix
1 parent b2805c3 commit 9400331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function isMultiLineCall(PHP_CodeSniffer_File $phpcsFile, $stackPtr, $ope
138138

139139
return false;
140140

141-
}//end isMultiLineCall();
141+
}//end isMultiLineCall()
142142

143143

144144
/**

0 commit comments

Comments
 (0)