Skip to content

Commit 501f371

Browse files
committed
minor symfony#14492 update obsolete PHP callable docs link (0xb4lamx)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- update obsolete `PHP callable` docs link new `PHP callable` link https://www.php.net/manual/en/language.types.callable.php Commits ------- 0d182b3 update PHP callable docs link
2 parents 9db8126 + 0d182b3 commit 501f371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,4 +532,4 @@ Learn More
532532
.. _Mediator: https://en.wikipedia.org/wiki/Mediator_pattern
533533
.. _Observer: https://en.wikipedia.org/wiki/Observer_pattern
534534
.. _Closures: https://www.php.net/manual/en/functions.anonymous.php
535-
.. _PHP callable: https://www.php.net/manual/en/language.pseudo-types.php#language.types.callback
535+
.. _PHP callable: https://www.php.net/manual/en/language.types.callable.php

0 commit comments

Comments
 (0)