true, 'array_indentation' => true, 'ternary_to_null_coalescing' => true, 'assign_null_coalescing_to_coalesce_equal' => true ]); } }; $config->getFinder() ->in(__DIR__ . '/src') ->in(__DIR__ . '/tests') ->in(__DIR__ . '/examples') ->in(__DIR__ . '/tools'); $cacheDir = getenv('TRAVIS') ? getenv('HOME') . '/.php-cs-fixer' : __DIR__; $config->setCacheFile($cacheDir . '/.php_cs.cache'); return $config;