Completed
Pull Request — master (#5)
by Emily
02:23
created
src/Model/Reflection/Type/ObjectType.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,7 @@
 block discarded – undo
53 53
 
54 54
     public function compare($type) : int
55 55
     {
56
-        if
57
-        (
56
+        if (
58 57
             $type instanceof ObjectType &&
59 58
             $type->classname === $this->classname &&
60 59
             $type->generics->size() <= $this->generics->size()
Please login to merge, or discard this patch.