PHP Classes

File: .php_cs

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP SOAP Package Generator   .php_cs   Download  
File: .php_cs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP SOAP Package Generator
Generate package to call SOAP services using WSDL
Author: By
Last change:
Date: 8 years ago
Size: 242 bytes
 

Contents

Class file image 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);