Completed
Push — master ( dc98f2...5b79d4 )
by Massimiliano
03:18
created
lib/Exception/UnknownErrorResponseException.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 Fazland\SkebbyRestClient\Exception;
4 4
 
Please login to merge, or discard this patch.
lib/Exception/InvalidDeliveryStartException.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 Fazland\SkebbyRestClient\Exception;
4 4
 
Please login to merge, or discard this patch.
lib/Exception/NoRecipientsSpecifiedException.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 Fazland\SkebbyRestClient\Exception;
4 4
 
Please login to merge, or discard this patch.