PHP Class PhpCsFixer\Console\Command\SelfUpdateCommand

Author: Igor Wiedler ([email protected])
Author: Stephane PY ([email protected])
Author: Grégoire Pineau ([email protected])
Author: Dariusz Rumiński ([email protected])
Author: SpacePossum
Inheritance: extends Symfony\Component\Console\Command\Command
Exibir arquivo Open project: friendsofphp/php-cs-fixer

Protected Methods

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

Private Methods

Method Description
getLatestNotMajorUpdateTag ( string $currentTag ) : string
getLatestTag ( ) : string | null
getStreamContextOptions ( string $method = 'GET' ) : array
hasRemoteTag ( string $tag ) : boolean
parseVersion ( string $tag ) : int[]

Method Details

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