Completed
Push — master ( a88843...acb1bd )
by Rafael
02:11
created
testes.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@  discard block
 block discarded – undo
3 3
 
4 4
 $sSql               = "SELECT * FROM testes.teste inner join  coisa.neh on teste.codigo = neh.codigo where teste.xoxo = 1 and teste.xoxb is true;";
5 5
 $oObjeto            = new StdClass();
6
-$oObjeto->aArray    = array(1,2,3,4,5,"6", array(7));
6
+$oObjeto->aArray    = array(1, 2, 3, 4, 5, "6", array(7));
7 7
 $oObjeto->backtrace = debug_backtrace();
8 8
 
9 9
 //\PHP\Utils::dump_sql($sSql);
@@ -20,5 +20,5 @@  discard block
 block discarded – undo
20 20
 
21 21
 isset($test_array['cinco']);
22 22
 
23
-$teste =  $test_array["4"];
23
+$teste = $test_array["4"];
24 24
 
Please login to merge, or discard this patch.
src/ArrayDebugger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     return call_user_func_array('parent::__construct', func_get_args()); 
20 20
   }
21 21
 
22
-  public function sendLog($type, $key, $value = null, array $backtrace ) {
22
+  public function sendLog($type, $key, $value = null, array $backtrace) {
23 23
 
24 24
     $logger           = $this->logger;
25 25
     $retorno['type']  = $type;  
Please login to merge, or discard this patch.