Add PHPStan to test environment with max
level
#130
Annotations
11 errors
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L14
Property React\Mysql\Commands\AuthenticateCommand::$user has no type specified.
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L15
Property React\Mysql\Commands\AuthenticateCommand::$passwd has no type specified.
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L16
Property React\Mysql\Commands\AuthenticateCommand::$dbname has no type specified.
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L18
Property React\Mysql\Commands\AuthenticateCommand::$maxPacketSize has no type specified.
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L71
Method React\Mysql\Commands\AuthenticateCommand::getId() has no return type specified.
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L76
Method React\Mysql\Commands\AuthenticateCommand::authenticatePacket() has no return type specified.
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L76
Method React\Mysql\Commands\AuthenticateCommand::authenticatePacket() has parameter $scramble with no type specified.
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L94
Method React\Mysql\Commands\AuthenticateCommand::getAuthToken() has no return type specified.
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L94
Method React\Mysql\Commands\AuthenticateCommand::getAuthToken() has parameter $password with no type specified.
|
Run vendor/bin/phpstan:
src/Commands/AuthenticateCommand.php#L94
Method React\Mysql\Commands\AuthenticateCommand::getAuthToken() has parameter $scramble with no type specified.
|
Loading