| Total Complexity | 7 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | abstract class Command extends Base |
||
| 14 | { |
||
| 15 | use AttachDaftFramework; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | protected static $defaultName = ''; |
||
| 21 | |||
| 22 | public static function getDefaultName() : string |
||
| 29 | } |
||
| 30 | |||
| 31 | protected static function tempnam() : string |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @return string|null |
||
| 38 | */ |
||
| 39 | final protected static function tempnamCheck(OutputInterface $output) |
||
| 50 |