Skip to content

Commit 93f1d59

Browse files
MsNataligithub-actions[bot]
authored andcommitted
Fix styling
1 parent 24c3680 commit 93f1d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contracts/DSL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class DSL
88
{
99
public static function filter(array $dsl): array|stdClass
1010
{
11-
return array_filter($dsl, fn (mixed $item) => !is_null($item)) ?: new stdClass;
11+
return array_filter($dsl, fn (mixed $item) => !is_null($item)) ?: new stdClass();
1212
}
1313
}

0 commit comments

Comments
 (0)