Skip to content

Commit fb575d3

Browse files
Merge branch '4.4' into 5.1
* 4.4: Enable "native_constant_invocation" CS rule Make AbstractPhpFileCacheWarmer public
1 parent dd99cb3 commit fb575d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
*/
2323
function trigger_deprecation(string $package, string $version, string $message, ...$args): void
2424
{
25-
@trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), E_USER_DEPRECATED);
25+
@trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
2626
}
2727
}

0 commit comments

Comments
 (0)