Current Path : /home/church/public_html/bac2myrootz.com/wp-content/plugins/sales-pop/vendor/sentry/sentry/ |
Current File : /home/church/public_html/bac2myrootz.com/wp-content/plugins/sales-pop/vendor/sentry/sentry/.php_cs |
<?php $finder = Symfony\CS\Finder\DefaultFinder::create() ->in(__DIR__) ; return Symfony\CS\Config\Config::create() ->setUsingCache(true) ->setUsingLinter(true) ->level(Symfony\CS\FixerInterface::PSR2_LEVEL) ->finder($finder) ;