Passed
Push — master ( be29fa...67511f )
by Pedro
02:15
created
module/Application/src/View/Helper/Scoreboard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
         $url = $this->getView()->plugin('url');
12 12
 
13 13
         $class = '';
14
-        if (! $item['status']) {
14
+        if (!$item['status']) {
15 15
             $class = ' class="text-danger"';
16 16
         } else {
17 17
             $class = ' class="text-success"';
Please login to merge, or discard this patch.