Skip to content

Commit

Permalink
Restore return type of ITranslated::searchForInLanguages()
Browse files Browse the repository at this point in the history
  • Loading branch information
discordier committed Jul 3, 2024
1 parent 511fc48 commit 94b5bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Attribute/ITranslated.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getMetaModel();
* @param list<non-empty-string> $arrLanguages Array of valid language codes that shall be searched.
* (optional) If empty, all languages will be taken into account.
*
* @return list<string> the ids of matching items.
* @return list<string>|null The list of item ids of all items matching the condition or null if all match.
*/
public function searchForInLanguages($strPattern, $arrLanguages = []);

Expand Down

0 comments on commit 94b5bf6

Please sign in to comment.