Skip to content

Commit

Permalink
Update language/predefined/typeerror.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Rüsweg <[email protected]>
  • Loading branch information
msamesch and joshuaruesweg committed Jul 21, 2023
1 parent aa5b14f commit 3276250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/predefined/typeerror.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
Wenn im Modus strict eine ungültige Anzahl von Argumenten an eine
interne PHP-Funktion übergeben wird, wird kein
<classname>TypeError</classname> mehr geworfen; stattdessen wird ein
<classname>ArgumentCountError</classname> ausgelöst.
<classname>ArgumentCountError</classname> geworfen.
</entry>
</row>
</tbody>
Expand Down

0 comments on commit 3276250

Please sign in to comment.