Completed
Push — master ( 242356...67167b )
by Emily
02:33
created
src/Model/Reflection/Type/ObjectType.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,8 +67,7 @@
 block discarded – undo
67 67
      */
68 68
     public function compare($type) : int
69 69
     {
70
-        if
71
-        (
70
+        if (
72 71
             $type instanceof ObjectType &&
73 72
             $type->classname === $this->classname &&
74 73
             $type->generics->size() <= $this->generics->size()
Please login to merge, or discard this patch.