Completed
Pull Request — master (#4)
by
unknown
02:12
created
util/FuncoesReflections.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * 
35 35
      * @param  $object
36 36
      * @param  $nomeAtributo
37
-     * @return bool|string
37
+     * @return string|false
38 38
      * @throws Exception
39 39
      */
40 40
     public function pegaNomeAtributoEspecifico($object, $nomeAtributo)
Please login to merge, or discard this patch.
util/FuncoesString.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      * @param  string $string
101 101
      * @param  string $stringBusca
102 102
      * @param  string $substituicao
103
-     * @return mixed
103
+     * @return string
104 104
      */
105 105
     public function substituiOcorrenciasDeUmaString($string, $stringBusca, $substituicao)
106 106
     {
Please login to merge, or discard this patch.