Skip to content

Commit

Permalink
Fix param in docblock
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Hamilton <[email protected]>
  • Loading branch information
TotalWipeOut committed May 22, 2024
1 parent 48a9044 commit 7ca402c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ public function getPluginManager()
* Translate a message.
*
* @param string $message
* @param string| $textDomain
* @param string $textDomain
* @param string|null $locale
* @return string
*/
Expand Down

0 comments on commit 7ca402c

Please sign in to comment.