Passed
Push — main ( 8446d3...4a5ee6 )
by Eric
02:27
created
rector.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         typeDeclarations: true,
38 38
         privatization: true,
39 39
         naming: true,
40
-        instanceOf: true,
40
+        instanceof: true,
41 41
         earlyReturn: true,
42 42
         strictBooleans: true,
43 43
         carbon: false,
Please login to merge, or discard this patch.