Passed
Push — master ( c93b57...c44512 )
by Iman
07:27 queued 03:38
created
src/CBCoreModule/ViewHelpers.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     {
9 9
         @$get = $_GET;
10 10
 
11
-        if (! $get) {
11
+        if (!$get) {
12 12
             return '';
13 13
         }
14 14
         if (is_array($exception)) {
Please login to merge, or discard this patch.