We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396c1c2 commit 59b674aCopy full SHA for 59b674a
tests/Support/SupportReflectsClosuresTest.php
@@ -74,7 +74,7 @@ public function testItWorksWithUnionTypes()
74
ExampleParameter::class,
75
], $types);
76
77
- $types = ReflectsClosuresClass::reflectFirstAll(function (ExampleParameter|AnotherExampleParameter $a, $b) {
+ $types = ReflectsClosuresClass::reflectFirstAll(function (ExampleParameter | AnotherExampleParameter $a, $b) {
78
//
79
});
80
0 commit comments