@@ -81,7 +81,7 @@ |
||
81 | 81 | if (isset($this->decisionKey)) { |
82 | 82 | return OneOfTheseHydrators::decideBasedOnThe( |
83 | 83 | $this->decisionKey, |
84 | - array_map(function (RepresentsChoice $choice): Hydrates { |
|
84 | + array_map(function(RepresentsChoice $choice): Hydrates { |
|
85 | 85 | return $choice->finish(); |
86 | 86 | }, $this->choices) |
87 | 87 | ); |