Completed
Push — master ( 43c430...16c39a )
by Kirill
07:41 queued 04:19
created
src/Frontend/Type/TypeInterface.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,5 +29,5 @@
 block discarded – undo
29 29
      * @param TypeInterface $type
30 30
      * @return bool
31 31
      */
32
-    public function instanceOf(self $type): bool;
32
+    public function instanceof(self $type): bool;
33 33
 }
Please login to merge, or discard this patch.