Skip to content

Commit c045b64

Browse files
committed
added named arguments link.
1 parent 6b509cc commit c045b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/oop5/interfaces.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<warning>
6666
<para>
6767
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
68+
the interface. However, as of PHP 8.0 the language supports <link linkend="functions.named-arguments">named arguments</link>, which means
6969
callers may rely on the parameter name in the interface. For that reason, it is strongly
7070
recommended that developers use the same parameter names as the interface being implemented.
7171
</para>

0 commit comments

Comments
 (0)