| @@ -1,6 +1,6 @@ discard block | ||
| 1 | 1 | <?php | 
| 2 | 2 | |
| 3 | -declare(strict_types=1); | |
| 3 | +declare(strict_types = 1); | |
| 4 | 4 | |
| 5 | 5 | namespace Stratadox\Hydration\Mapper\Instruction\Relation; | 
| 6 | 6 | |
| @@ -158,7 +158,7 @@ discard block | ||
| 158 | 158 |      { | 
| 159 | 159 | return OneOfTheseHydrators::decideBasedOnThe( | 
| 160 | 160 | $this->decisionKey, | 
| 161 | -            array_map(function (RepresentsChoice $choice) { | |
| 161 | +            array_map(function(RepresentsChoice $choice) { | |
| 162 | 162 | return $choice->hydrator(); | 
| 163 | 163 | }, $this->choices) | 
| 164 | 164 | ); |