@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/Methods/CountMethod.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/Methods/FindOneMethod.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/MethodValidator.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/RestResourceDelete.php |
5 | 5 | * |
@@ -23,7 +23,7 @@ discard block |
||
23 | 23 | * @param string $id |
24 | 24 | * @param EntityInterface $entity |
25 | 25 | */ |
26 | - public function beforeDelete(string &$id, EntityInterface $entity): void |
|
26 | + public function beforeDelete(string&$id, EntityInterface $entity): void |
|
27 | 27 | { |
28 | 28 | } |
29 | 29 | |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | * @param string $id |
34 | 34 | * @param EntityInterface $entity |
35 | 35 | */ |
36 | - public function afterDelete(string &$id, EntityInterface $entity): void |
|
36 | + public function afterDelete(string&$id, EntityInterface $entity): void |
|
37 | 37 | { |
38 | 38 | } |
39 | 39 | } |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/Actions/Anon/DeleteAction.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/Actions/Anon/CountAction.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/Actions/Anon/IdsAction.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/Actions/Anon/UpdateAction.php |
5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /** |
4 | 4 | * /src/Rest/Traits/Actions/Anon/FindOneAction.php |
5 | 5 | * |