Completed
Push — master ( 0ce360...933ace )
by Anton
03:41 queued 01:44
created
application/models/Categories/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\Categories;
10 10
 
Please login to merge, or discard this patch.
application/models/Categories/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\Categories;
10 10
 
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
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
 
Please login to merge, or discard this patch.
application/models/Categories/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\Categories;
10 10
 
Please login to merge, or discard this patch.