@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | * |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | -declare(strict_types = 1); |
|
| 12 | +declare(strict_types=1); |
|
| 13 | 13 | |
| 14 | 14 | namespace Aggrego\BasicBlockDomainProfile\Domain\Profile\BoardTransformation; |
| 15 | 15 | |
@@ -38,7 +38,7 @@ discard block |
||
| 38 | 38 | */ |
| 39 | 39 | public function transform(Key $key, Board $board): BoardPrototype |
| 40 | 40 | { |
| 41 | - if (!$board instanceof DataBoard){ |
|
| 41 | + if (!$board instanceof DataBoard) { |
|
| 42 | 42 | throw new UnprocessableBoardException('Unable to process board due to incorrect board type: ' . get_class($board)); |
| 43 | 43 | } |
| 44 | 44 | $keyValue = $key->getValue(); |