Skip to content

Commit

Permalink
Merge pull request #82 from esseremmerik/patch-1
Browse files Browse the repository at this point in the history
Fix return type for jsonSerialize
  • Loading branch information
kg-bot committed Apr 7, 2023
2 parents 5b47133 + a456539 commit 94d058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Classes/ExportLocalizations.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ protected function findLanguageFiles($path)
*
* @return array
*/
public function jsonSerialize()
public function jsonSerialize(): mixed
{
return self::executeCallback($this->strings);
}
Expand Down

0 comments on commit 94d058f

Please sign in to comment.