Passed
Push — master ( e21acd...4505f3 )
by Márcio Lucas R.
03:13
created
util/FuncoesReflections.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -198,8 +198,8 @@
 block discarded – undo
198 198
         $atributos = [];
199 199
         $tamanho = count(self::retornaClassesMaes($obj));
200 200
         for ($i = 0;
201
-             $i < $tamanho;
202
-             $i++) {
201
+                $i < $tamanho;
202
+                $i++) {
203 203
             $atributos[$i] = array(self::retornaClassesMaes($obj)[$i] =>
204 204
                 self::pegaAtributosDoObjeto(self::retornaClassesMaes($obj)[$i]));
205 205
         }
Please login to merge, or discard this patch.