@@ -95,7 +95,7 @@ |
||
95 | 95 | ); |
96 | 96 | |
97 | 97 | throw new ExpectationFailedException( |
98 | - trim($description . "\n" . $comparisonFailure->getMessage()), |
|
98 | + trim($description."\n".$comparisonFailure->getMessage()), |
|
99 | 99 | $comparisonFailure |
100 | 100 | ); |
101 | 101 | } |
@@ -56,11 +56,11 @@ |
||
56 | 56 | protected function failureDescription($other): string |
57 | 57 | { |
58 | 58 | if ($other instanceof Map) { |
59 | - return 'an equatable map ' . $this->toString(); |
|
59 | + return 'an equatable map '.$this->toString(); |
|
60 | 60 | } |
61 | 61 | |
62 | 62 | if ($other instanceof Vector) { |
63 | - return 'an equatable vector ' . $this->toString(); |
|
63 | + return 'an equatable vector '.$this->toString(); |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | return parent::failureDescription($other); |