@@ -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\Options; |
| 10 | 10 | |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | // unique validator |
| 61 | 61 | $this->addValidator('key') |
| 62 | 62 | ->callback( |
| 63 | - function () { |
|
| 63 | + function() { |
|
| 64 | 64 | return !$this->getTable()->findRowWhere(['key' => $this->key, 'namespace' => $this->namespace]); |
| 65 | 65 | }, |
| 66 | 66 | 'Key name is already exists' |
@@ -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\Options; |
| 10 | 10 | |
@@ -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\Options; |
| 10 | 10 | |
@@ -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\Options; |
| 10 | 10 | |