Commit 7d4d061
committed
refactor: to fix psalm error
ERROR: TooFewArguments - system/Language/Language.php:255:24 - Too few arguments for array_replace_recursive - expecting array to be passed (see https://psalm.dev/025)
$strings = array_replace_recursive(...$strings);1 parent 133113d commit 7d4d061
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
256 | 258 | | |
257 | 259 | | |
258 | 260 | | |
| |||
0 commit comments