@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace CCT\Component\Rest\Transformer\Request; |
6 | 6 |
@@ -88,7 +88,7 @@ |
||
88 | 88 | return true; |
89 | 89 | } |
90 | 90 | |
91 | - return (bool)count(array_intersect($this->mappingKeys, array_flip($data))) > 0; |
|
91 | + return (bool) count(array_intersect($this->mappingKeys, array_flip($data))) > 0; |
|
92 | 92 | } |
93 | 93 | |
94 | 94 | /** |