configure() public method

public configure ( array $configuration = null )
$configuration array
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 protected function createProxyFixer()
 {
     $fixer = new GeneralPhpdocAnnotationRemoveFixer();
     $fixer->configure(array('access'));
     return $fixer;
 }