Import stream interface #232
Annotations
4 errors
PHPStan:
src/HttpClient/Plugin/History.php#L34
Property Bitbucket\HttpClient\Plugin\History::$lastResponse (Psr\Http\Message\ResponseInterface|null) is never assigned null so it can be removed from the property type.
|
PHPStan
Process completed with exit code 1.
|
MissingConstructor:
src/HttpClient/Plugin/History.php#L34
src/HttpClient/Plugin/History.php:34:50: MissingConstructor: Bitbucket\HttpClient\Plugin\History has an uninitialized property Bitbucket\HttpClient\Plugin\History::$lastResponse, but no constructor (see https://psalm.dev/073)
|
Psalm
Process completed with exit code 2.
|