@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | continue; |
34 | 34 | } |
35 | 35 | |
36 | - if (! $this->sameType($initialValue, $currentValue, $type)) { |
|
36 | + if (!$this->sameType($initialValue, $currentValue, $type)) { |
|
37 | 37 | continue; |
38 | 38 | } |
39 | 39 | |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | |
77 | 77 | private function getAvailableTypesString(): string |
78 | 78 | { |
79 | - return implode(', ', array_map(function (Type $type) { |
|
79 | + return implode(', ', array_map(function(Type $type) { |
|
80 | 80 | return (string) $type; |
81 | 81 | }, $this->types)); |
82 | 82 | } |