Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
28 | public function __construct(SplFileInfo $fileInfo, string $relativeSource) |
||
29 | { |
||
30 | parent::__construct($fileInfo, $relativeSource); |
||
31 | $this->date = PathAnalyzer::detectDate($this->fileInfo); |
||
32 | $this->filenameWithoutDate = PathAnalyzer::detectFilenameWithoutDate($this->fileInfo); |
||
33 | } |
||
34 | |||
50 |