@@ -405,7 +405,7 @@ discard block |
||
405 | 405 | * |
406 | 406 | * @param string $className The class name of the object catalog model. |
407 | 407 | * @throws InvalidArgumentException If the class name is not a string. |
408 | - * @return AbstractPropertyDisplay Chainable |
|
408 | + * @return ResourceRepository Chainable |
|
409 | 409 | */ |
410 | 410 | public function setCatalogClass($className) |
411 | 411 | { |
@@ -458,7 +458,7 @@ discard block |
||
458 | 458 | * |
459 | 459 | * @param string $className The class name of the object resource model. |
460 | 460 | * @throws InvalidArgumentException If the class name is not a string. |
461 | - * @return AbstractPropertyDisplay Chainable |
|
461 | + * @return ResourceRepository Chainable |
|
462 | 462 | */ |
463 | 463 | public function setResourceClass($className) |
464 | 464 | { |
@@ -853,7 +853,7 @@ discard block |
||
853 | 853 | /** |
854 | 854 | * Retrieve the default included paths to scan for translatable text. |
855 | 855 | * |
856 | - * @return array |
|
856 | + * @return string[] |
|
857 | 857 | */ |
858 | 858 | public function defaultIncludedPaths() |
859 | 859 | { |
@@ -964,7 +964,7 @@ discard block |
||
964 | 964 | /** |
965 | 965 | * Retrieve the supported output formats for the translations file. |
966 | 966 | * |
967 | - * @return array |
|
967 | + * @return string[] |
|
968 | 968 | */ |
969 | 969 | public function outputFormats() |
970 | 970 | { |
@@ -1167,7 +1167,7 @@ discard block |
||
1167 | 1167 | /** |
1168 | 1168 | * Retrieve the language of the source code. |
1169 | 1169 | * |
1170 | - * @return array|null |
|
1170 | + * @return string|null |
|
1171 | 1171 | */ |
1172 | 1172 | public function sourceLanguage() |
1173 | 1173 | { |