Completed
Branch master (616821)
by Anton
03:31
created
Category
src/modules/test/controllers/cache-data.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,13 +18,13 @@
 block discarded – undo
18 18
  * @return void
19 19
  * @throws \Exception
20 20
  */
21
-return function ($id = null) {
21
+return function($id = null) {
22 22
     /**
23 23
      * @var Controller $this
24 24
      */
25 25
     Layout::breadCrumbs(
26 26
         [
27
-            Layout::ahref('Test', ['test', 'index']),
27
+            Layout::ahref('Test', [ 'test', 'index' ]),
28 28
             'Cache Data',
29 29
         ]
30 30
     );
Please login to merge, or discard this patch.
src/modules/test/controllers/ajax-html.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.