1 | <?php |
||
10 | class DefaultFinder extends Finder { |
||
11 | /** |
||
12 | * @param array|string $dirs |
||
13 | * |
||
14 | * @return \nochso\Omni\PhpCsFixer\DefaultFinder |
||
15 | */ |
||
16 | public static function createIn($dirs) { |
||
29 | |||
30 | public function __construct() { |
||
37 | |||
38 | /** |
||
39 | * @return array |
||
40 | */ |
||
41 | protected function getNames() { |
||
44 | |||
45 | /** |
||
46 | * @param array $dirs |
||
47 | * |
||
48 | * @return array |
||
49 | */ |
||
50 | protected function getVcsIgnoreFiles(array $dirs) { |
||
60 | |||
61 | /** |
||
62 | * @param $ignoreFile |
||
63 | * |
||
64 | * @return array |
||
65 | */ |
||
66 | private function readExcludeLines($ignoreFile) { |
||
81 | } |
||
82 |