| Total Complexity | 5 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | final class MakeResponseMiddleware extends AbstractMaker |
||
| 19 | { |
||
| 20 | 1 | public static function getCommandName(): string |
|
| 21 | { |
||
| 22 | 1 | return 'make:roach:middleware:downloader:response'; |
|
| 23 | } |
||
| 24 | |||
| 25 | 2 | protected static function getDescriptionClass(): string |
|
| 28 | } |
||
| 29 | |||
| 30 | 1 | protected function getSuffix(): string |
|
| 33 | } |
||
| 34 | |||
| 35 | 1 | protected function getNamespace(): string |
|
| 38 | } |
||
| 39 | |||
| 40 | 1 | protected function getTemplateFilename(): string |
|
| 45 |