From 59b674a31492dae75c1407cd3f14b03c80ca145e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 14 Aug 2021 22:31:22 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Support/SupportReflectsClosuresTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Support/SupportReflectsClosuresTest.php b/tests/Support/SupportReflectsClosuresTest.php index 8649298404c2..5e625e045602 100644 --- a/tests/Support/SupportReflectsClosuresTest.php +++ b/tests/Support/SupportReflectsClosuresTest.php @@ -74,7 +74,7 @@ public function testItWorksWithUnionTypes() ExampleParameter::class, ], $types); - $types = ReflectsClosuresClass::reflectFirstAll(function (ExampleParameter|AnotherExampleParameter $a, $b) { + $types = ReflectsClosuresClass::reflectFirstAll(function (ExampleParameter | AnotherExampleParameter $a, $b) { // });