8000 CS fix · symfony/symfony@76aa86d · GitHub
[go: up one dir, main page]

Skip to content

Commit 76aa86d

Browse files
CS fix
1 parent c9092d6 commit 76aa86d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,7 @@ public function getNotCalledListeners()
209209
return $notCalled;
210210
}
211211

212-
/**
213-
* Gets the orphaned events.
214-
*
215-
* @return array An array of orphaned events
216-
*/
217-
public function getOrphanedEvents()
212+
public function getOrphanedEvents(): array
218213
{
219214
return $this->orphanedEvents;
220215
}

0 commit comments

Comments
 (0)
0