@@ -151,7 +151,7 @@ |
||
151 | 151 | assert(isset($this->decisionKey)); |
152 | 152 | return OneOfTheseHydrators::decideBasedOnThe( |
153 | 153 | $this->decisionKey, |
154 | - array_map(function (RepresentsChoice $choice): Hydrates { |
|
154 | + array_map(function(RepresentsChoice $choice): Hydrates { |
|
155 | 155 | return $choice->finish(); |
156 | 156 | }, $this->choices) |
157 | 157 | ); |