Completed
Pull Request — master (#6)
by Rafael
02:45 queued 16s
created
src/ArrayDebugger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
    * @param string $value
29 29
    * @param array  $backtrace
30 30
    */
31
-  public function sendLog($type, $key, $value = null, array $backtrace ) 
31
+  public function sendLog($type, $key, $value = null, array $backtrace) 
32 32
   {
33 33
 
34 34
       $logger           = $this->logger;
Please login to merge, or discard this patch.