@@ -67,8 +67,7 @@ |
||
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() |