Completed
Branch master (1742c2)
by Dmitry
33:53 queued 23:31
created
src/GenericClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
                 continue;
151 151
             }
152 152
 
153
-            $this->getLogger()->info("Got OK response: `{$result}`. Elapsed " . (time() - $startTime) . ' sec.');
153
+            $this->getLogger()->info("Got OK response: `{$result}`. Elapsed ".(time() - $startTime).' sec.');
154 154
 
155 155
             return $result;
156 156
         }
Please login to merge, or discard this patch.
src/Logger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     {
23 23
         if ($this->verbose)
24 24
         {
25
-            echo date("d/m/y H:i:s") . ' [' . $level . '] ' . $message . PHP_EOL;
25
+            echo date("d/m/y H:i:s").' ['.$level.'] '.$message.PHP_EOL;
26 26
         }
27 27
     }
28 28
 }
29 29
\ No newline at end of file
Please login to merge, or discard this patch.