We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46e9ae commit 40d07bdCopy full SHA for 40d07bd
Registry.php
@@ -29,7 +29,7 @@ class Registry
29
public function add(Workflow $workflow, $supportStrategy)
30
{
31
if (!$supportStrategy instanceof SupportStrategyInterface) {
32
- @trigger_error('Support of class name string was deprecated after version 3.2 and won\'t work anymore in 4.0.', E_USER_DEPRECATED);
+ @trigger_error('Support of class name string was deprecated after version 3.2 and won\'t work anymore in 4.0.', \E_USER_DEPRECATED);
33
34
$supportStrategy = new ClassInstanceSupportStrategy($supportStrategy);
35
}
0 commit comments