@@ -4,7 +4,7 @@ |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application\Categories; |
10 | 10 |
@@ -4,7 +4,7 @@ discard block |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application\Categories; |
10 | 10 | |
@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | ->length(2, 64) |
46 | 46 | ->slug() |
47 | 47 | ->callback( |
48 | - function ($input) { |
|
48 | + function($input) { |
|
49 | 49 | $select = $this->getTable()->select() |
50 | 50 | ->where('alias = ?', $input); |
51 | 51 |
@@ -4,7 +4,7 @@ |
||
4 | 4 | * @link https://github.com/bluzphp/skeleton |
5 | 5 | */ |
6 | 6 | |
7 | -declare(strict_types=1); |
|
7 | +declare(strict_types = 1); |
|
8 | 8 | |
9 | 9 | namespace Application\Categories; |
10 | 10 |