Skip to content

Commit 876b630

Browse files
keradusfabpot
authored andcommitted
chore: PHP CS Fixer fixes
1 parent de6124d commit 876b630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/functions/dump.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function dump(mixed ...$vars): mixed
4545
if (!function_exists('dd')) {
4646
function dd(mixed ...$vars): never
4747
{
48-
if (!\in_array(\PHP_SAPI, ['cli', 'phpdbg', 'embed'], true) && !headers_sent()) {
48+
if (!in_array(\PHP_SAPI, ['cli', 'phpdbg', 'embed'], true) && !headers_sent()) {
4949
header('HTTP/1.1 500 Internal Server Error');
5050
}
5151

0 commit comments

Comments
 (0)