Skip to content

Commit 5e7f453

Browse files
Enable "native_constant_invocation" CS rule
1 parent be11ab8 commit 5e7f453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Twig/WebProfilerExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function dumpLog(Environment $env, $message, Data $context = null)
116116
*/
117117
public function dumpValue($value)
118118
{
119-
@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.2 and will be removed in 4.0. Use the dumpData() method instead.', __METHOD__), E_USER_DEPRECATED);
119+
@trigger_error(sprintf('The %s() method is deprecated since Symfony 3.2 and will be removed in 4.0. Use the dumpData() method instead.', __METHOD__), \E_USER_DEPRECATED);
120120

121121
if (null === $this->valueExporter) {
122122
$this->valueExporter = new ValueExporter();

0 commit comments

Comments
 (0)