Module code adapted for PHPStan #693
Annotations
10 errors
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L61
Call to method has() on an unknown class Symfony\Component\DependencyInjection\ContainerInterface.
|
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L48
Method Codeception\Lib\Connector\Symfony::doRequest() should return Symfony\Component\HttpFoundation\Response but returns mixed.
|
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L48
Codeception\Lib\Connector\Symfony::doRequest() calls parent::doRequest() but Codeception\Lib\Connector\Symfony does not extend any class.
|
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L42
Method Codeception\Lib\Connector\Symfony::doRequest() has invalid return type Symfony\Component\HttpFoundation\Response.
|
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L37
Call to an undefined method Codeception\Lib\Connector\Symfony::followRedirects().
|
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L36
Codeception\Lib\Connector\Symfony::__construct() calls parent::__construct() but Codeception\Lib\Connector\Symfony does not extend any class.
|
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L31
Parameter $kernel of method Codeception\Lib\Connector\Symfony::__construct() has invalid type Symfony\Component\HttpKernel\HttpKernelInterface.
|
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L27
Property Codeception\Lib\Connector\Symfony::$container has unknown class Symfony\Component\DependencyInjection\ContainerInterface as its type.
|
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L25
PHPDoc tag @Property for property Codeception\Lib\Connector\Symfony::$kernel contains unknown class Symfony\Component\HttpKernel\KernelInterface.
|
Run PHPStan (max):
src/Codeception/Lib/Connector/Symfony.php#L25
Class Codeception\Lib\Connector\Symfony extends unknown class Symfony\Component\HttpKernel\HttpKernelBrowser.
|
Loading