Completed
Push — master ( cc8843...524cd0 )
by Jan
170:56 queued 87:54
created
src/InvalidResponseWithoutFikException.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 SlevomatEET;
4 4
 
Please login to merge, or discard this patch.
src/Driver/DriverRequestFailedException.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 SlevomatEET\Driver;
4 4
 
Please login to merge, or discard this patch.
src/Cryptography/PrivateKeyFileException.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 SlevomatEET\Cryptography;
4 4
 
Please login to merge, or discard this patch.
tests/SlevomatEET/Driver/GuzzleSoapClientDriverTest.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 SlevomatEET\Driver;
4 4
 
Please login to merge, or discard this patch.
tests/SlevomatEET/EvidenceRequestTest.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 SlevomatEET;
4 4
 
Please login to merge, or discard this patch.
tests/SlevomatEET/Cryptography/CryptographyServiceTest.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 SlevomatEET\Cryptography;
4 4
 
Please login to merge, or discard this patch.
tests/SlevomatEET/ClientFunctionalityTest.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 SlevomatEET;
4 4
 
Please login to merge, or discard this patch.
tests/SlevomatEET/FormatterTest.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 SlevomatEET;
4 4
 
Please login to merge, or discard this patch.
tests/SlevomatEET/EvidenceEnvironmentTest.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 SlevomatEET;
4 4
 
Please login to merge, or discard this patch.