private static function createFilesFinder(string $dir) : Finder { return (new Finder())->in($dir) ->files(); }