PHP Class PHPStan\Command\AnalyseApplication

Show file Open project: phpstan/phpstan

Public Methods

Method Description
__construct ( Analyser $analyser )
__construct ( Analyser $analyser, string $memoryLimitFile )
analyse ( array $paths, Symfony\Component\Console\Style\StyleInterface $style ) : integer
analyse ( array $paths, Symfony\Component\Console\Style\StyleInterface $style, boolean $defaultLevelUsed ) : integer

Private Methods

Method Description
updateMemoryLimitFile ( )

Method Details

__construct() public method

public __construct ( Analyser $analyser )
$analyser PHPStan\Analyser\Analyser

__construct() public method

public __construct ( Analyser $analyser, string $memoryLimitFile )
$analyser PHPStan\Analyser\Analyser
$memoryLimitFile string

analyse() public method

public analyse ( array $paths, Symfony\Component\Console\Style\StyleInterface $style ) : integer
$paths array
$style Symfony\Component\Console\Style\StyleInterface
return integer

analyse() public method

public analyse ( array $paths, Symfony\Component\Console\Style\StyleInterface $style, boolean $defaultLevelUsed ) : integer
$paths array
$style Symfony\Component\Console\Style\StyleInterface
$defaultLevelUsed boolean
return integer