Total Complexity | 1 |
Total Lines | 9 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
11 | class EnvelopeFactory |
||
12 | { |
||
13 | /** |
||
14 | * Creates an envelope containing a Symfony HTTPFoundation `Request` and an instance of the Defence logger, |
||
15 | * which is good enough for simply getting information from the filters to the handler. |
||
16 | */ |
||
17 | 1 | public function createDefaultEnvelope(): Envelope |
|
22 |