Passed
Push — master ( c445ee...edc050 )
by Tomasz
01:29
created
src/Board/Shard/Collection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\FragmentedDataBoard\Board\Shard;
15 15
 
Please login to merge, or discard this patch.
src/Board/Shard/Uuid.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\FragmentedDataBoard\Board\Shard;
15 15
 
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
         Assertion::regex(
24 24
             $value,
25 25
             '/^[0-9A-F]{8}-[0-9A-F]{4}-[1-5][0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i',
26
-            'Incorrect UUID format: ' . $value
26
+            'Incorrect UUID format: '.$value
27 27
         );
28 28
         parent::__construct(self::class, $value);
29 29
     }
Please login to merge, or discard this patch.
src/Board/Shard/FinalItem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\FragmentedDataBoard\Board\Shard;
15 15
 
Please login to merge, or discard this patch.
src/Board/Shard/Item.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\FragmentedDataBoard\Board\Shard;
15 15
 
Please login to merge, or discard this patch.
src/Board/Exception/InvalidUuidComparisonOnReplaceException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\FragmentedDataBoard\Board\Exception;
15 15
 
Please login to merge, or discard this patch.
src/Board/Exception/UnprocessableBoardException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\FragmentedDataBoard\Board\Exception;
15 15
 
Please login to merge, or discard this patch.
src/Board/Exception/BoardNotFoundException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\FragmentedDataBoard\Board\Exception;
15 15
 
Please login to merge, or discard this patch.
src/Board/Board.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 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\FragmentedDataBoard\Board;
15 15
 
Please login to merge, or discard this patch.