| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 6 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 23 | public function __construct(IFile $file, FilesystemInterface $filesystem, array $config = []) | ||
| 24 |     { | ||
| 25 | $config['name'] = $config['name'] ?? (new \ReflectionClass($this))->getShortName(); | ||
| 26 | $config['path'] = $config['path'] ?? $config['name']; | ||
| 27 | |||
| 28 | parent::__construct($file, $filesystem, $config); | ||
| 29 | } | ||
| 30 | } |