Methods
LintPhpCommand constructor.
__construct(null $name = NULL, \Psr\Log\LoggerInterface $logger, \Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface $params)
Arguments
$logger
\Psr\Log\LoggerInterface
$params
\Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface
Run the phpstan report with desired options using Bash command line
execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output, string|NULL $name = null)
Arguments
$input
\Symfony\Component\Console\Input\InputInterface
$output
\Symfony\Component\Console\Output\OutputInterface
Properties
Default static name for this command
defaultName : string
static
PSR Compliant Logger feature integrated with application main log file
logger : \Psr\Log\LoggerInterface
Type(s)
\Psr\Log\LoggerInterface
Application parameters from configuration files
params : \Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface
Type(s)
\Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface