notPath('bootstrap/app.php') ->notPath('bootstrap/cache') ->notPath('public') ->notPath('routes') ->notPath('scripts') ->notPath('storage') ->notPath('vendor') ->in(__DIR__) ->name('*.php') ->notName('*.blade.php') ->notName('*.html.php') ->ignoreDotFiles(true) ->ignoreVCS(true); return Givecloud\PhpStyles\Config::make($finder);