Completed
Push — master ( 12085b...d1c235 )
by Rudolph
01:28
created
src/Persistence/BlockPersisterInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Midnight\Block\Persistence;
4 4
 
Please login to merge, or discard this patch.
src/Persistence/Exception/UnknownBlockException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Midnight\Block\Persistence\Exception;
4 4
 
Please login to merge, or discard this patch.
src/Persistence/BlockRepositoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Midnight\Block\Persistence;
4 4
 
Please login to merge, or discard this patch.