| Total Complexity | 9 |
| Total Lines | 55 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | abstract class Finder implements MigrationFinder |
||
| 17 | { |
||
| 18 | 35 | protected static function requireOnce(string $path) : void |
|
| 21 | 35 | } |
|
| 22 | |||
| 23 | 95 | protected function getRealPath(string $directory) : string |
|
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @param string[] $files |
||
| 39 | * |
||
| 40 | * @return string[] |
||
| 41 | */ |
||
| 42 | 91 | protected function loadMigrations(array $files, ?string $namespace) : array |
|
| 65 | } |
||
| 66 | |||
| 67 | 91 | protected function getFileSortCallback() : callable |
|
| 74 |