8000 Merge branch '3.4' into 4.4 · symfony/symfony-docs@59d403a · GitHub
[go: up one dir, main page]

Skip to content

Commit 59d403a

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: [Contributing] Fix `trigger_error()` position in deprecated class
2 parents 6e7690a + 142eb68 commit 59d403a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ready to cope with them (by adding a custom error handler like the one used by
126126
the Web Debug Toolbar or by the PHPUnit bridge).
127127

128128
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
129+
after the use declarations, like in this example from
130130
`ServiceRouterLoader`_::
131131

132132
namespace Symfony\Component\Routing\Loader\DependencyInjection;

0 commit comments

Comments
 (0)
0