files()->in('app/src')->in('app/tests'); return Config::create() ->setRules([ '@PSR2' => true, 'array_syntax' => ['syntax' => 'short'], ]) ->setFinder($finder);