| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | final class SubversionChangesCountProcess extends ChurnProcess implements ChangesCountInterface |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Class constructor. |
||
| 19 | * |
||
| 20 | * @param File $file The file the process is being executed on. |
||
| 21 | * @param string $dateRange String containing a date range formatted for SVN. |
||
| 22 | */ |
||
| 23 | public function __construct(File $file, string $dateRange) |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Returns the number of changes for a file. |
||
| 32 | */ |
||
| 33 | #[\Override] |
||
| 39 |