Skip to content

Commit 8df5828

Browse files
Merge branch '4.4' into 5.1
* 4.4: Enable "native_constant_invocation" CS rule Make AbstractPhpFileCacheWarmer public
2 parents 5758023 + 561de7c commit 8df5828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebProfilerBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class WebProfilerBundle extends Bundle
2121
public function boot()
2222
{
2323
if ('prod' === $this->container->getParameter('kernel.environment')) {
24-
@trigger_error('Using WebProfilerBundle in production is not supported and puts your project at risk, disable it.', E_USER_WARNING);
24+
@trigger_error('Using WebProfilerBundle in production is not supported and puts your project at risk, disable it.', \E_USER_WARNING);
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)