Skip to content

Commit 59b674a

Browse files
taylorotwellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 396c1c2 commit 59b674a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Support/SupportReflectsClosuresTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function testItWorksWithUnionTypes()
7474
ExampleParameter::class,
7575
], $types);
7676

77-
$types = ReflectsClosuresClass::reflectFirstAll(function (ExampleParameter|AnotherExampleParameter $a, $b) {
77+
$types = ReflectsClosuresClass::reflectFirstAll(function (ExampleParameter | AnotherExampleParameter $a, $b) {
7878
//
7979
});
8080

0 commit comments

Comments
 (0)