| Total Complexity | 5 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ExitStatusListener implements ListenerInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var int |
||
| 18 | */ |
||
| 19 | private $exitStatus = 0; |
||
| 20 | |||
| 21 | public function onExample(Example $example): void |
||
| 23 | } |
||
| 24 | |||
| 25 | public function onIgnoredExample(Example $example): void |
||
| 26 | { |
||
| 27 | } |
||
| 28 | |||
| 29 | public function onExpectation(Status $status): void |
||
| 33 | } |
||
| 34 | } |
||
| 35 | |||
| 36 | public function getStatusCode(): int |
||
| 41 |