PHP Class Mmoreram\PHPFormatter\Command\StrictCommand

Inheritance: extends Symfony\Component\Console\Command\Command
Datei anzeigen Open project: mmoreram/php-formatter

Protected Methods

Method Description
configure ( ) configure.
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void Execute command.

Method Details

configure() protected method

configure.
protected configure ( )

execute() protected method

Execute command.
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | null | void
$input Symfony\Component\Console\Input\InputInterface Input
$output Symfony\Component\Console\Output\OutputInterface Output
return integer | null | void