Passed
Push — master ( e34aef...380f9e )
by Gabor
09:54
created
src/WebHemi/Middleware/Action/Website/PostViewAction.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -50,13 +50,13 @@
 block discarded – undo
50 50
         return [
51 51
             'activeMenu' => '',
52 52
             'categories' => [
53
-                ['url' => 'posts',      'title' => 'Posts',        'icon' => 'chrome_reader_mode',      'new' => 1],
54
-                ['url' => 'useful',     'title' => 'Useful infos', 'icon' => 'perm_device_information', 'new' => 0],
55
-                ['url' => 'events',     'title' => 'Events',       'icon' => 'event_note',              'new' => 0],
56
-                ['url' => 'something',  'title' => 'Something',    'icon' => null,                      'new' => 8],
53
+                ['url' => 'posts', 'title' => 'Posts', 'icon' => 'chrome_reader_mode', 'new' => 1],
54
+                ['url' => 'useful', 'title' => 'Useful infos', 'icon' => 'perm_device_information', 'new' => 0],
55
+                ['url' => 'events', 'title' => 'Events', 'icon' => 'event_note', 'new' => 0],
56
+                ['url' => 'something', 'title' => 'Something', 'icon' => null, 'new' => 8],
57 57
             ],
58 58
             'tags' => [
59
-                ['url' => 'php',    'title' => 'PHP',    'total' => 132, 'new' =>  1],
59
+                ['url' => 'php', 'title' => 'PHP', 'total' => 132, 'new' =>  1],
60 60
                 ['url' => 'coding', 'title' => 'Coding', 'total' => 132, 'new' =>  0],
61 61
                 ['url' => 'munich', 'title' => 'Munich', 'total' => 132, 'new' => 85]
62 62
             ],
Please login to merge, or discard this patch.
src/WebHemi/Middleware/Action/Website/PostListAction.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -73,13 +73,13 @@
 block discarded – undo
73 73
             'title' => $title,
74 74
             'activeMenu' => $currentMenu,
75 75
             'categories' => [
76
-                ['url' => 'posts',      'title' => 'Posts',        'icon' => 'chrome_reader_mode',      'new' => 1],
77
-                ['url' => 'useful',     'title' => 'Useful infos', 'icon' => 'perm_device_information', 'new' => 0],
78
-                ['url' => 'events',     'title' => 'Events',       'icon' => 'event_note',              'new' => 0],
79
-                ['url' => 'something',  'title' => 'Something',    'icon' => null,                      'new' => 8],
76
+                ['url' => 'posts', 'title' => 'Posts', 'icon' => 'chrome_reader_mode', 'new' => 1],
77
+                ['url' => 'useful', 'title' => 'Useful infos', 'icon' => 'perm_device_information', 'new' => 0],
78
+                ['url' => 'events', 'title' => 'Events', 'icon' => 'event_note', 'new' => 0],
79
+                ['url' => 'something', 'title' => 'Something', 'icon' => null, 'new' => 8],
80 80
             ],
81 81
             'tags' => [
82
-                ['url' => 'php',    'title' => 'PHP',    'total' => 132, 'new' =>  1],
82
+                ['url' => 'php', 'title' => 'PHP', 'total' => 132, 'new' =>  1],
83 83
                 ['url' => 'coding', 'title' => 'Coding', 'total' => 132, 'new' =>  0],
84 84
                 ['url' => 'munich', 'title' => 'Munich', 'total' => 132, 'new' => 85]
85 85
             ],
Please login to merge, or discard this patch.
src/WebHemi/Middleware/Action/Website/IndexAction.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -127,13 +127,13 @@
 block discarded – undo
127 127
         return [
128 128
             'activeMenu' => '',
129 129
             'categories' => [
130
-                ['url' => 'posts',      'title' => 'Posts',        'icon' => 'chrome_reader_mode',      'new' => 1],
131
-                ['url' => 'useful',     'title' => 'Useful infos', 'icon' => 'perm_device_information', 'new' => 0],
132
-                ['url' => 'events',     'title' => 'Events',       'icon' => 'event_note',              'new' => 0],
133
-                ['url' => 'something',  'title' => 'Something',    'icon' => null,                      'new' => 8],
130
+                ['url' => 'posts', 'title' => 'Posts', 'icon' => 'chrome_reader_mode', 'new' => 1],
131
+                ['url' => 'useful', 'title' => 'Useful infos', 'icon' => 'perm_device_information', 'new' => 0],
132
+                ['url' => 'events', 'title' => 'Events', 'icon' => 'event_note', 'new' => 0],
133
+                ['url' => 'something', 'title' => 'Something', 'icon' => null, 'new' => 8],
134 134
             ],
135 135
             'tags' => [
136
-                ['url' => 'php',    'title' => 'PHP',    'total' => 132, 'new' =>  1],
136
+                ['url' => 'php', 'title' => 'PHP', 'total' => 132, 'new' =>  1],
137 137
                 ['url' => 'coding', 'title' => 'Coding', 'total' => 132, 'new' =>  0],
138 138
                 ['url' => 'munich', 'title' => 'Munich', 'total' => 132, 'new' => 85]
139 139
             ],
Please login to merge, or discard this patch.