@@ -81,7 +81,7 @@ |
||
81 | 81 | |
82 | 82 | protected function failureDescription($other): string |
83 | 83 | { |
84 | - return ($other instanceof \ReflectionClass ? $other->getName() : get_class($other)) . ' ' . $this->toString(); |
|
84 | + return ($other instanceof \ReflectionClass ? $other->getName() : get_class($other)).' '.$this->toString(); |
|
85 | 85 | } |
86 | 86 | |
87 | 87 | protected function additionalFailureDescription($other): string |