Skip to content

Commit

Permalink
Fix phpdocs in components
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas authored and alamirault committed Feb 21, 2023
1 parent 7bcbf29 commit 6996aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Loader/IcuResFileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function load($resource, string $locale, string $domain = 'messages')
*
* @param \ResourceBundle $rb The ResourceBundle that will be flattened
* @param array $messages Used internally for recursive calls
* @param string $path Current path being parsed, used internally for recursive calls
* @param string|null $path Current path being parsed, used internally for recursive calls
*
* @return array
*/
Expand Down
2 changes: 1 addition & 1 deletion MessageCatalogueInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function getDomains();
*
* If $domain is null, it returns all messages.
*
* @param string $domain The domain name
* @param string|null $domain The domain name
*
* @return array
*/
Expand Down

0 comments on commit 6996aff

Please sign in to comment.