Skip to content

Commit

Permalink
Ban T_CONCAT_EQUAL too
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jul 1, 2021
1 parent 0c34b13 commit a85881b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ConcatenationUsageSniff implements Sniff
*/
public function register()
{
return [\T_STRING_CONCAT];
return [\T_STRING_CONCAT, \T_CONCAT_EQUAL];
}

/**
Expand Down

0 comments on commit a85881b

Please sign in to comment.