Passed
Push — master ( 1aa727...d3f706 )
by Sebastian
10:21
created
src/JSHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -153,8 +153,7 @@
 block discarded – undo
153 153
             if($hash === true) 
154 154
             { 
155 155
                 $hash = 'true'; 
156
-            } 
157
-            else if($hash === false) 
156
+            } else if($hash === false) 
158 157
             { 
159 158
                 $hash = 'false'; 
160 159
             }
Please login to merge, or discard this patch.