Skip to content

Commit 45c72ff

Browse files
committed
minor symfony#20220 [OptionsResolver] [Options Resolver] Fix file reference method (devojifr)
This PR was merged into the 5.4 branch. Discussion ---------- [OptionsResolver] [Options Resolver] Fix file reference method The documentation mentions offsetGet from OptionsResolver.php file but the current link targets Options.php Commits ------- 24b9c0c [Options Resolver] Fix file reference method
2 parents 1f3704a + 24b9c0c commit 45c72ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/options_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ method::
822822

823823
When using an option deprecated by you in your own library, you can pass
824824
``false`` as the second argument of the
825-
:method:`Symfony\\Component\\OptionsResolver\\Options::offsetGet` method
825+
:method:`Symfony\\Component\\OptionsResolver\\OptionsResolver::offsetGet` method
826826
to not trigger the deprecation warning.
827827

828828
.. note::

0 commit comments

Comments
 (0)