Completed
Push — master ( 059b77...0ce360 )
by Anton
03:07 queued 01:32
created
Category
application/models/Categories/Row.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
             v::required(),
50 50
             v::length(2, 64),
51 51
             v::slug(),
52
-            v::callback(function ($input) {
52
+            v::callback(function($input) {
53 53
                 $select = $this->getTable()->select()
54 54
                     ->where('alias = ?', $input);
55 55
 
Please login to merge, or discard this patch.
application/modules/categories/controllers/tree.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
  * @param integer $id
24 24
  * @return array
25 25
  */
26
-return function ($id = null) {
26
+return function($id = null) {
27 27
     /**
28 28
      * @var Controller $this
29 29
      */
Please login to merge, or discard this patch.
application/modules/categories/controllers/crud.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
  * @param  integer $rootId
23 23
  * @return mixed
24 24
  */
25
-return function ($parentId = null, $rootId = null) {
25
+return function($parentId = null, $rootId = null) {
26 26
     /**
27 27
      * @var Controller $this
28 28
      */
Please login to merge, or discard this patch.