Skip to content

Commit

Permalink
Fix xignature in ConcatenationUsageSniff
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Oct 14, 2020
1 parent f458a83 commit bbfc61c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function register()
*
* @return void
*/
public function process(File $phpcsFile, int $stackPtr)
public function process(File $phpcsFile, $stackPtr)
{
$phpcsFile->addError('Concat operator is prohibited', $stackPtr, 'NotAllowed');
}
Expand Down

0 comments on commit bbfc61c

Please sign in to comment.