create() public static method

public static create ( string $value ) : PhpGitHooks\Module\Configuration\Domain\PhpCsFixerOptions
$value string
return PhpGitHooks\Module\Configuration\Domain\PhpCsFixerOptions
コード例 #1
0
 /**
  * @return PhpCsFixer
  */
 public static function createEnabled()
 {
     return self::create(new Undefined(false), EnabledStub::create(true), PhpCsFixerLevelsStub::createEnabled(), PhpCsFixerOptionsStub::create(null));
 }