Completed
Pull Request — master (#1)
by Vincent
07:25 queued 01:48
created
src/Constraint/ContainsAtLeastOneConstraint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace VGirol\JsonApiAssert\Constraint;
5 5
 
Please login to merge, or discard this patch.
src/Constraint/ContainsOnlyAllowedMembersConstraint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace VGirol\JsonApiAssert\Constraint;
5 5
 
Please login to merge, or discard this patch.
src/Members.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace VGirol\JsonApiAssert;
5 5
 
Please login to merge, or discard this patch.
src/Asserts/Content/AssertInclude.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace VGirol\JsonApiAssert\Asserts\Content;
5 5
 
Please login to merge, or discard this patch.
src/Asserts/Content/AssertJsonapi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace VGirol\JsonApiAssert\Asserts\Content;
5 5
 
Please login to merge, or discard this patch.
src/Asserts/Structure/AssertJsonapiObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace VGirol\JsonApiAssert\Asserts\Structure;
5 5
 
Please login to merge, or discard this patch.
src/Asserts/Structure/AssertMembers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace VGirol\JsonApiAssert\Asserts\Structure;
5 5
 
Please login to merge, or discard this patch.
src/Asserts/Structure/AssertRelationshipsObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace VGirol\JsonApiAssert\Asserts\Structure;
5 5
 
Please login to merge, or discard this patch.
src/Asserts/Structure/AssertAttributesObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace VGirol\JsonApiAssert\Asserts\Structure;
5 5
 
Please login to merge, or discard this patch.