@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * @license https://github.com/f500/equatable/blob/master/LICENSE MIT |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace F500\Equatable\PHPUnit\Constraint; |
10 | 10 | |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | ); |
81 | 81 | |
82 | 82 | throw new ExpectationFailedException( |
83 | - trim($description . "\n" . $comparisonFailure->getMessage()), |
|
83 | + trim($description."\n".$comparisonFailure->getMessage()), |
|
84 | 84 | $comparisonFailure |
85 | 85 | ); |
86 | 86 | } |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @license https://github.com/f500/equatable/blob/master/LICENSE MIT |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace F500\Equatable\PHPUnit; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @license https://github.com/f500/equatable/blob/master/LICENSE MIT |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace F500\Equatable; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @license https://github.com/f500/equatable/blob/master/LICENSE MIT |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace F500\Equatable; |
10 | 10 |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * @license https://github.com/f500/equatable/blob/master/LICENSE MIT |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace F500\Equatable\PHPUnit\Constraint; |
10 | 10 | |
@@ -41,11 +41,11 @@ discard block |
||
41 | 41 | protected function failureDescription($other) |
42 | 42 | { |
43 | 43 | if ($other instanceof Map) { |
44 | - return 'an equatable map ' . $this->toString(); |
|
44 | + return 'an equatable map '.$this->toString(); |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | if ($other instanceof Vector) { |
48 | - return 'an equatable vector ' . $this->toString(); |
|
48 | + return 'an equatable vector '.$this->toString(); |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | return parent::failureDescription($other); |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @license https://github.com/f500/equatable/blob/master/LICENSE MIT |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace F500\Equatable\Exceptions; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @license https://github.com/f500/equatable/blob/master/LICENSE MIT |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace F500\Equatable; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @license https://github.com/f500/equatable/blob/master/LICENSE MIT |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace F500\Equatable; |
10 | 10 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @license https://github.com/f500/equatable/blob/master/LICENSE MIT |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace F500\Equatable\Exceptions; |
10 | 10 |