Skip to content

Commit

Permalink
BC fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Oct 12, 2023
1 parent c970e2d commit e619471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/L10N.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function getString($String)
* @param string|array $References The L10N data references.
* @return array An array of L10N data.
*/
public function arrayFromL10nToArray($References): array
public function arrayFromL10nToArray($References)
{
if (!is_array($References)) {
$References = [$References];
Expand Down

0 comments on commit e619471

Please sign in to comment.