Skip to content

Commit

Permalink
Fixed meta for setlocale when PHP LanguageLevel is between 5.4 and 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
King2500 authored and isfedorov committed Apr 18, 2023
1 parent 1c28d86 commit 077d371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta/locales/.phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,5 @@
);

expectedArguments(\setlocale(), 1, argumentsSet('locales'));
}
expectedArguments(\setlocale(), 2, argumentsSet('locales'));
}

0 comments on commit 077d371

Please sign in to comment.