@@ -3,7 +3,7 @@ discard block |
||
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 |
||
20 | 20 | |
21 | 21 | isset($test_array['cinco']); |
22 | 22 | |
23 | -$teste = $test_array["4"]; |
|
23 | +$teste = $test_array["4"]; |
|
24 | 24 |
@@ -19,7 +19,7 @@ |
||
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; |