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