Test Setup Failed
Push — master ( 7a95d7...e91ec2 )
by Márcio Lucas R.
03:13
created
util/Execution.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     private static $time;
20 20
 
21 21
     /**
22
-     * @return mixed
22
+     * @return double
23 23
      */
24 24
     function getTime()
25 25
     {
Please login to merge, or discard this patch.
util/FuncoesReflections.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      * Caso o atributo pesquisado não exista, a função retornará falso.
59 59
      * @param $obj
60 60
      * @param $nomeAtributo
61
-     * @return bool|string
61
+     * @return string|false
62 62
      * @throws Exception
63 63
      */
64 64
     public function pegaNomeAtributoEspecifico($obj, $nomeAtributo)
Please login to merge, or discard this patch.