@@ -34,7 +34,7 @@ |
||
| 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) |
@@ -100,7 +100,7 @@ |
||
| 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 | { |