Passed
Push — master ( 591f87...1069f1 )
by david
03:06 queued 01:16
created
src/Graphcomment.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -217,8 +217,7 @@
 block discarded – undo
217 217
 
218 218
         if ($res->getStatusCode() == "200") {
219 219
             echo $res->getBody();
220
-        }
221
-        else {
220
+        } else {
222 221
             echo $res->getBody();
223 222
         }
224 223
     }
Please login to merge, or discard this patch.