Skip to content

Commit 9064cdc

Browse files
committed
minor symfony#16412 php.net callback documentation link changed (fzsys)
This PR was submitted for the 6.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- php.net callback documentation link changed <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 7634581 php.net callback documentation link changed
2 parents 31bf04d + 7634581 commit 9064cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_framework/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,5 @@ As always, you can decide to stop here and use the framework as is; it's
178178
probably all you need to create simple websites like those fancy one-page
179179
`websites`_ and hopefully a few others.
180180

181-
.. _`callbacks`: https://www.php.net/callback#language.types.callback
181+
.. _`callbacks`: https://www.php.net/manual/en/language.types.callable.php
182182
.. _`websites`: https://kottke.org/08/02/single-serving-sites

0 commit comments

Comments
 (0)