Completed
Push — master ( 891867...e2e261 )
by
unknown
02:14
created
src/modules/test/controllers/db-table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 /**
15 15
  * @return void
16 16
  */
17
-return function () {
17
+return function() {
18 18
     /**
19 19
      * @var Controller $this
20 20
      */
Please login to merge, or discard this patch.
src/modules/test/controllers/cli-not-allowed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * @param  bool $flag
18 18
  * @return array
19 19
  */
20
-return function ($flag = false) {
20
+return function($flag = false) {
21 21
     /**
22 22
      * @var Controller $this
23 23
      */
Please login to merge, or discard this patch.
src/modules/test/controllers/view-helpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
  * @param  bool $remember
20 20
  * @return void
21 21
  */
22
-return function ($sex = false, $car = 'none', $remember = false) {
22
+return function($sex = false, $car = 'none', $remember = false) {
23 23
     /**
24 24
      * @var Controller $this
25 25
      */
Please login to merge, or discard this patch.
src/modules/test/controllers/file.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
  * FIXME: closure should be back...
17 17
  * @return \closure
18 18
  */
19
-return function () {
19
+return function() {
20 20
     /**
21 21
      * @var Controller $this
22 22
      */
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     Response::addHeader('Cache-Control', 'must-revalidate');
30 30
     Response::addHeader('Pragma', 'public');
31 31
 
32
-    return function () {
32
+    return function() {
33 33
         readfile(PATH_PUBLIC.'/img/loading.gif');
34 34
     };
35 35
 };
Please login to merge, or discard this patch.
src/modules/test/controllers/route-with-params.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  * @param string $c
21 21
  * @return false
22 22
  */
23
-return function ($a, $b, $c) {
23
+return function($a, $b, $c) {
24 24
     /**
25 25
      * @var Controller $this
26 26
      */
Please login to merge, or discard this patch.
src/modules/test/controllers/no-view.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 /**
15 15
  * @return void
16 16
  */
17
-return function () {
17
+return function() {
18 18
     /**
19 19
      * @var Controller $this
20 20
      */
Please login to merge, or discard this patch.
src/modules/test/controllers/cli.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
  * @param bool $flag
18 18
  * @return array
19 19
  */
20
-return function ($flag = false) {
20
+return function($flag = false) {
21 21
     /**
22 22
      * @var Controller $this
23 23
      */
Please login to merge, or discard this patch.
src/modules/test/controllers/options.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 /**
15 15
  * @return void
16 16
  */
17
-return function () {
17
+return function() {
18 18
     /**
19 19
      * @var Controller $this
20 20
      */
Please login to merge, or discard this patch.
src/modules/test/controllers/session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 /**
15 15
  * @return void
16 16
  */
17
-return function () {
17
+return function() {
18 18
     /**
19 19
      * @var Controller $this
20 20
      */
Please login to merge, or discard this patch.