We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b509cc commit c045b64Copy full SHA for c045b64
language/oop5/interfaces.xml
@@ -65,7 +65,7 @@
65
<warning>
66
<para>
67
A class that implements an interface may use a different name for its parameters than
68
- the interface. However, as of PHP 8.0 the language supports named arguments, which means
+ the interface. However, as of PHP 8.0 the language supports <link linkend="functions.named-arguments">named arguments</link>, which means
69
callers may rely on the parameter name in the interface. For that reason, it is strongly
70
recommended that developers use the same parameter names as the interface being implemented.
71
</para>
0 commit comments