Skip to content

Commit 8cbdf8f

Browse files
taylorotwellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 0a06139 commit 8cbdf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Foundation/Fixtures/EventDiscovery/UnionListeners/UnionListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class UnionListener
99
{
10-
public function handle(EventOne|EventTwo $event)
10+
public function handle(EventOne | EventTwo $event)
1111
{
1212
//
1313
}

0 commit comments

Comments
 (0)