diff --git a/contributing/code/conventions.rst b/contributing/code/conventions.rst index 7099ace5db5..05dff1ebf61 100644 --- a/contributing/code/conventions.rst +++ b/contributing/code/conventions.rst @@ -129,7 +129,7 @@ the Web Debug Toolbar or by the PHPUnit bridge). .. _`@-silencing operator`: https://php.net/manual/en/language.operators.errorcontrol.php When deprecating a whole class the ``trigger_error()`` call should be placed -between the namespace and the use declarations, like in this example from +after the use declarations, like in this example from `ServiceRouterLoader`_:: namespace Symfony\Component\Routing\Loader\DependencyInjection;