@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | * |
| 75 | 75 | * @param string $method |
| 76 | 76 | * @param array $parameters |
| 77 | - * @return mixed|string |
|
| 77 | + * @return TranslatableBootForm |
|
| 78 | 78 | */ |
| 79 | 79 | public function __call($method, $parameters) |
| 80 | 80 | { |
@@ -174,7 +174,7 @@ discard block |
||
| 174 | 174 | * Get or set the current element. |
| 175 | 175 | * |
| 176 | 176 | * @param bool|string $clone |
| 177 | - * @return bool |
|
| 177 | + * @return boolean|string |
|
| 178 | 178 | */ |
| 179 | 179 | protected function cloneElement($clone = null) |
| 180 | 180 | { |
@@ -187,7 +187,7 @@ discard block |
||
| 187 | 187 | * Get or set the translatable indicator boolean. |
| 188 | 188 | * |
| 189 | 189 | * @param bool|string $add |
| 190 | - * @return bool |
|
| 190 | + * @return boolean|string |
|
| 191 | 191 | */ |
| 192 | 192 | protected function translatableIndicator($add = null) |
| 193 | 193 | { |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | /** |
| 74 | 74 | * Get the services provided by the provider. |
| 75 | 75 | * |
| 76 | - * @return array |
|
| 76 | + * @return string[] |
|
| 77 | 77 | */ |
| 78 | 78 | public function provides() |
| 79 | 79 | { |