Skip to content

Commit 5db2330

Browse files
committed
also check T_IS_NOT_EQUAL
1 parent d0b9589 commit 5db2330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Security/Sniffs/Misc/TypeJuggleSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TypeJuggleSniff implements Sniff {
1313
* @return array(int)
1414
*/
1515
public function register() {
16-
return array(T_IS_EQUAL);
16+
return array(T_IS_EQUAL, T_IS_NOT_EQUAL);
1717
}
1818

1919
/**

0 commit comments

Comments
 (0)