You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/DefinitionDecorator.php
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,15 @@
15
15
16
16
class_exists(ChildDefinition::class);
17
17
18
-
return;
19
-
20
-
/**
21
-
* This definition decorates another definition.
22
-
*
23
-
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
24
-
*
25
-
* @deprecated The DefinitionDecorator class is deprecated since version 3.3 and will be removed in 4.0. Use the Symfony\Component\DependencyInjection\ChildDefinition class instead.
26
-
*/
27
-
class DefinitionDecorator extends Definition
28
-
{
18
+
if (false) {
19
+
/**
20
+
* This definition decorates another definition.
21
+
*
22
+
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
23
+
*
24
+
* @deprecated The DefinitionDecorator class is deprecated since version 3.3 and will be removed in 4.0. Use the Symfony\Component\DependencyInjection\ChildDefinition class instead.
0 commit comments