Completed
Push — master ( 8d0ac1...44b7c0 )
by Lukáš
06:30 queued 05:01
created
src/Confirmed/ConfirmationInterface.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 Fousky\Traits\Confirmed;
4 4
 
Please login to merge, or discard this patch.
src/Active/ActivableTrait.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 Fousky\Traits\Active;
4 4
 
Please login to merge, or discard this patch.
src/Active/ActivableInterface.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 Fousky\Traits\Active;
4 4
 
Please login to merge, or discard this patch.
src/Id/IdTrait.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 Fousky\Traits\Id;
4 4
 
Please login to merge, or discard this patch.
src/Timestampable/TimestampableTrait.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 Fousky\Traits\Timestampable;
4 4
 
Please login to merge, or discard this patch.