Passed
Push — master ( 380f9e...cfd1fb )
by Gabor
05:22
created
src/WebHemi/Renderer/Helper/GetTagsHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
         /* TODO: tbd */
86 86
 
87 87
         return [
88
-            ['url' => 'php',    'title' => 'PHP',    'total' => 132, 'new' =>  1],
88
+            ['url' => 'php', 'title' => 'PHP', 'total' => 132, 'new' =>  1],
89 89
             ['url' => 'coding', 'title' => 'Coding', 'total' => 132, 'new' =>  0],
90 90
             ['url' => 'munich', 'title' => 'Munich', 'total' => 132, 'new' => 85]
91 91
         ];
Please login to merge, or discard this patch.
src/WebHemi/Renderer/Helper/GetCategoriesHelper.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -85,10 +85,10 @@
 block discarded – undo
85 85
         /* TODO: tbd */
86 86
 
87 87
         return [
88
-            ['url' => 'posts',      'title' => 'Posts',        'total' => 280, 'new' => 1],
89
-            ['url' => 'useful',     'title' => 'Useful infos', 'total' => 280, 'new' => 0],
90
-            ['url' => 'events',     'title' => 'Events',       'total' => 280, 'new' => 0],
91
-            ['url' => 'something',  'title' => 'Something',    'total' => 280, 'new' => 8],
88
+            ['url' => 'posts', 'title' => 'Posts', 'total' => 280, 'new' => 1],
89
+            ['url' => 'useful', 'title' => 'Useful infos', 'total' => 280, 'new' => 0],
90
+            ['url' => 'events', 'title' => 'Events', 'total' => 280, 'new' => 0],
91
+            ['url' => 'something', 'title' => 'Something', 'total' => 280, 'new' => 8],
92 92
         ];
93 93
     }
94 94
 }
Please login to merge, or discard this patch.
src/WebHemi/Renderer/Helper/GetDatesHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
         /* TODO: tbd */
86 86
 
87 87
         return [
88
-            ['url' => '2017-05', 'title' => '2017 May',  'total' => 280, 'new' => 0],
88
+            ['url' => '2017-05', 'title' => '2017 May', 'total' => 280, 'new' => 0],
89 89
             ['url' => '2017-06', 'title' => '2017 June', 'total' => 280, 'new' => 0],
90 90
         ];
91 91
     }
Please login to merge, or discard this patch.