Recommend this page to a friend! |
Classes of WsdlToPhp | > | PHP SOAP Package Generator | > | .php_cs | > | Download |
|
|
![]() |
<?php $finder = Symfony\CS\Finder\DefaultFinder::create() ->exclude('vendor') ->exclude('tests') ->in(__DIR__); return Symfony\CS\Config\Config::create() ->level(Symfony\CS\FixerInterface::PSR2_LEVEL) ->finder($finder); |