PHP Class PhpCsFixer\Console\Command\FixCommand

Author: Fabien Potencier ([email protected])
Author: Dariusz RumiƄski ([email protected])
Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: friendsofphp/php-cs-fixer Class Usage Examples

Public Methods

Method Description
__construct ( )

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
calculateExitStatus ( boolean $isDryRun, boolean $hasChangedFiles, boolean $hasInvalidErrors, boolean $hasExceptionErrors ) : integer
listErrors ( Symfony\Component\Console\Output\OutputInterface $output, string $process, array $errors )

Method Details

__construct() public method

public __construct ( )

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface