Completed
Push — master ( a2e648...944306 )
by Indra
05:14
created
Exception/BadResponseException.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
 /*
4 4
  * This file is part of indragunawan/rest-service package.
Please login to merge, or discard this patch.
Service.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
 /*
4 4
  * This file is part of indragunawan/rest-service package.
Please login to merge, or discard this patch.
Validator/Validator.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
 /*
4 4
  * This file is part of indragunawan/rest-service package.
Please login to merge, or discard this patch.
ServiceInterface.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
 /*
4 4
  * This file is part of indragunawan/rest-service package.
Please login to merge, or discard this patch.
Parser/SpecificationParser.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
 /*
4 4
  * This file is part of indragunawan/rest-service package.
Please login to merge, or discard this patch.
Parser/ErrorParser.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
 /*
4 4
  * This file is part of indragunawan/rest-service package.
Please login to merge, or discard this patch.