Skip to content

Commit 40d07bd

Browse files
Enable "native_constant_invocation" CS rule
1 parent b46e9ae commit 40d07bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Registry.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Registry
2929
public function add(Workflow $workflow, $supportStrategy)
3030
{
3131
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);
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);
3333

3434
$supportStrategy = new ClassInstanceSupportStrategy($supportStrategy);
3535
}

0 commit comments

Comments
 (0)