Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Dec 11, 2023
1 parent d12cea5 commit 38bed0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DI/Resolver.autowireArguments.82.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Test
// disjunctive normal form types
Assert::exception(
fn() => Resolver::autowireArguments(
new ReflectionFunction(function ((Foo&Test)|string $x) {}),
new ReflectionFunction(function ((Foo & Test)|string $x) {}),
[],
function () {},
),
Expand Down

0 comments on commit 38bed0c

Please sign in to comment.