@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace VGirol\JsonApiAssert\Constraint; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace VGirol\JsonApiAssert\Constraint; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace VGirol\JsonApiAssert; |
| 5 | 5 | |
@@ -73,7 +73,6 @@ |
||
| 73 | 73 | * "data", "errors", "meta", "jsonapi", "links", "included" (@see assertContainsOnlyAllowedMembers). |
| 74 | 74 | * 4) if the json document does not contain a top-level "data" member, the "included" member must not |
| 75 | 75 | * be present either. |
| 76 | - |
|
| 77 | 76 | * @param array $json |
| 78 | 77 | * |
| 79 | 78 | * @return void |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace VGirol\JsonApiAssert; |
| 5 | 5 | |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | * |
| 81 | 81 | * @return bool |
| 82 | 82 | */ |
| 83 | - function ($value) { |
|
| 83 | + function($value) { |
|
| 84 | 84 | return $value === false; |
| 85 | 85 | } |
| 86 | 86 | ) |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | * |
| 98 | 98 | * @return bool |
| 99 | 99 | */ |
| 100 | - function ($value) { |
|
| 100 | + function($value) { |
|
| 101 | 101 | return $value !== false; |
| 102 | 102 | } |
| 103 | 103 | ); |
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | * |
| 114 | 114 | * @return bool |
| 115 | 115 | */ |
| 116 | - function ($value) { |
|
| 116 | + function($value) { |
|
| 117 | 117 | return $value !== true; |
| 118 | 118 | } |
| 119 | 119 | ); |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace VGirol\JsonApiAssert\Constraint; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace VGirol\JsonApiAssert\Constraint; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace VGirol\JsonApiAssert\Constraint; |
| 5 | 5 | |