Test Failed
Push — master ( 99eb85...5e303e )
by Antonio Carlos
04:56
created
src/Checkers/Http.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
                     $parameters
49 49
                 );
50 50
 
51
-                if (! $healthy) {
51
+                if (!$healthy) {
52 52
                     return $this->makeResult($healthy, $message);
53 53
                 }
54 54
             }
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
      */
196 196
     private function onStatsCallback()
197 197
     {
198
-        return function (TransferStats $stats) {
198
+        return function(TransferStats $stats) {
199 199
             $this->totalTime = $stats->getTransferTime();
200 200
         };
201 201
     }
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
      */
270 270
     protected function getMethod($parameters)
271 271
     {
272
-        if (! isset($parameters['method'])) {
272
+        if (!isset($parameters['method'])) {
273 273
             return 'GET';
274 274
         }
275 275
 
Please login to merge, or discard this patch.