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 3590c01 + ba7213c commit 75fdcb1Copy full SHA for 75fdcb1
src/Symfony/Component/DependencyInjection/SimpleXMLElement.php
@@ -11,7 +11,7 @@
11
12
namespace Symfony\Component\DependencyInjection;
13
14
-@trigger_error('The '.__NAMESPACE__.'\SimpleXMLElement method is deprecated since version 2.5 and will be removed in 3.0.', E_USER_DEPRECATED);
+@trigger_error('The '.__NAMESPACE__.'\SimpleXMLElement class is deprecated since version 2.5 and will be removed in 3.0.', E_USER_DEPRECATED);
15
16
use Symfony\Component\Config\Util\XmlUtils;
17
use Symfony\Component\ExpressionLanguage\Expression;
0 commit comments