Passed
Push — master ( 1069f1...9ffa76 )
by david
06:06
created
src/Graphcomment.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -220,8 +220,7 @@
 block discarded – undo
220 220
 
221 221
         if ($res->getStatusCode() == "200") {
222 222
             return $res->getBody();
223
-        }
224
-        else {
223
+        } else {
225 224
             return $res->getBody();
226 225
         }
227 226
     }
Please login to merge, or discard this patch.