Total Complexity | 6 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | trait DispatchedGeneratorEvents |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @return FileGeneratedEvent[] |
||
20 | */ |
||
21 | protected function assertAndReturnDispatchedEvents() |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @param string $class |
||
33 | * @return FileGeneratedEvent[] |
||
34 | */ |
||
35 | protected function getDispatchedEvents(string $class) |
||
45 | } |
||
46 | |||
47 | /** |
||
48 | * @param string $class |
||
49 | * @return FileGeneratedEvent |
||
50 | */ |
||
51 | protected function getFirstDispatchedEvent(string $class) |
||
59 |