Passed
Push — master ( 9d730f...809621 )
by Eric
02:35
created
rector.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         typeDeclarations: true,
43 43
         privatization: true,
44 44
         naming: true,
45
-        instanceOf: true,
45
+        instanceof: true,
46 46
         earlyReturn: true,
47 47
         //strictBooleans: true,
48 48
         carbon: false,
Please login to merge, or discard this patch.