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.
2 parents 6e7690a + 142eb68 commit 59d403aCopy full SHA for 59d403a
contributing/code/conventions.rst
@@ -126,7 +126,7 @@ ready to cope with them (by adding a custom error handler like the one used by
126
the Web Debug Toolbar or by the PHPUnit bridge).
127
128
When deprecating a whole class the ``trigger_error()`` call should be placed
129
-between the namespace and the use declarations, like in this example from
+after the use declarations, like in this example from
130
`ServiceRouterLoader`_::
131
132
namespace Symfony\Component\Routing\Loader\DependencyInjection;
0 commit comments