Passed
Push — master ( f220d9...95a504 )
by Tomasz
04:38 queued 03:02
created
src/Domain/Profile/BoardTransformation/Transformation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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();
Please login to merge, or discard this patch.