Completed
Push — master ( 05ab8b...b7fa4d )
by Anton
03:23 queued 01:41
created
application/models/Options/Row.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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'
Please login to merge, or discard this patch.
application/models/Options/Crud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
application/models/Options/Table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
application/models/Options/Grid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.