Skip to content

[WIP][3.x] Introduce PHPStan #134

[WIP][3.x] Introduce PHPStan

[WIP][3.x] Introduce PHPStan #134

Triggered via pull request February 14, 2024 11:17
Status Failure
Total duration 4m 48s
Artifacts

ci.yml

on: pull_request
PHPUnit (HHVM)
39s
PHPUnit (HHVM)
Matrix: PHPStan
Matrix: PHPUnit-Unstable
Matrix: PHPUnit-Windows
Matrix: PHPUnit
Fit to window
Zoom out
Zoom in

Annotations

60 errors
PHPUnit (PHP 5.3)
Your requirements could not be resolved to an installable set of packages. Problem 1 - phpstan/phpstan[1.0.0, ..., 1.4.10] require php ^7.1|^8.0 -> your php version (5.3.29) does not satisfy that requirement. - phpstan/phpstan[1.5.0, ..., 1.10.58] require php ^7.2|^8.0 -> your php version (5.3.29) does not satisfy that requirement. - Root composer.json requires phpstan/phpstan ^1 -> satisfiable by phpstan/phpstan[1.0.0, ..., 1.10.58].
PHPUnit (PHP 5.3)
Process completed with exit code 2.
PHPUnit (PHP 8.2)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 7.3)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 7.3)
The operation was canceled.
PHPUnit (PHP 5.4)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 5.4)
The operation was canceled.
PHPUnit (PHP 5.5)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 5.5)
The operation was canceled.
PHPUnit (PHP 8.1)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 8.1)
The operation was canceled.
PHPUnit (PHP 7)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 7)
The operation was canceled.
PHPUnit (PHP 8.3)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 8.3)
The operation was canceled.
PHPUnit (PHP 8)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 8)
The operation was canceled.
PHPUnit (PHP 7.1)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 7.1)
The operation was canceled.
PHPUnit (PHP 7.2)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 7.2)
The operation was canceled.
PHPUnit (PHP 7.4)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 7.4)
The operation was canceled.
PHPUnit (PHP 5.6)
The job was canceled because "_5_3" failed.
PHPUnit (PHP 5.6)
The operation was canceled.
PHPStan (PHP 7.3): src/ExtEvLoop.php#L74
Method React\EventLoop\ExtEvLoop::addReadStream() has no return type specified.
PHPStan (PHP 7.3): src/ExtEvLoop.php#L100
Method React\EventLoop\ExtEvLoop::addWriteStream() has no return type specified.
PHPStan (PHP 7.3): src/ExtEvLoop.php#L113
Method React\EventLoop\ExtEvLoop::removeReadStream() has no return type specified.
PHPStan (PHP 7.3): src/ExtEvLoop.php#L125
Method React\EventLoop\ExtEvLoop::removeWriteStream() has no return type specified.
PHPStan (PHP 7.3): src/ExtEventLoop.php#L25
Property React\EventLoop\ExtEventLoop::$eventBase has no type specified.
PHPStan (PHP 7.3): src/ExtEventLoop.php#L26
Property React\EventLoop\ExtEventLoop::$futureTickQueue has no type specified.
PHPStan (PHP 7.3): src/ExtEventLoop.php#L27
Property React\EventLoop\ExtEventLoop::$timerCallback has no type specified.
PHPStan (PHP 7.3): src/ExtEventLoop.php#L28
Property React\EventLoop\ExtEventLoop::$timerEvents has no type specified.
PHPStan (PHP 7.3): src/ExtEventLoop.php#L29
Property React\EventLoop\ExtEventLoop::$streamCallback has no type specified.
PHPStan (PHP 7.3): src/ExtEventLoop.php#L30
Property React\EventLoop\ExtEventLoop::$readEvents has no type specified.
PHPStan (PHP 8.3)
The job was canceled because "_7_3" failed.
PHPStan (PHP 8.3)
Process completed with exit code 1.
PHPStan (PHP 8.2)
The job was canceled because "_7_3" failed.
PHPStan (PHP 8.2)
The operation was canceled.
PHPStan (PHP 7.2)
The job was canceled because "_7_3" failed.
PHPStan (PHP 7.2)
The operation was canceled.
PHPStan (PHP 8.1)
The job was canceled because "_7_3" failed.
PHPStan (PHP 8.1): src/ExtEvLoop.php#L74
Method React\EventLoop\ExtEvLoop::addReadStream() has no return type specified.
PHPStan (PHP 8.1): src/ExtEvLoop.php#L100
Method React\EventLoop\ExtEvLoop::addWriteStream() has no return type specified.
PHPStan (PHP 8.1): src/ExtEvLoop.php#L113
Method React\EventLoop\ExtEvLoop::removeReadStream() has no return type specified.
PHPStan (PHP 8.1): src/ExtEvLoop.php#L125
Method React\EventLoop\ExtEvLoop::removeWriteStream() has no return type specified.
PHPStan (PHP 8.1): src/ExtEventLoop.php#L25
Property React\EventLoop\ExtEventLoop::$eventBase has no type specified.
PHPStan (PHP 8.1): src/ExtEventLoop.php#L26
Property React\EventLoop\ExtEventLoop::$futureTickQueue has no type specified.
PHPStan (PHP 8.1): src/ExtEventLoop.php#L27
Property React\EventLoop\ExtEventLoop::$timerCallback has no type specified.
PHPStan (PHP 8.1): src/ExtEventLoop.php#L28
Property React\EventLoop\ExtEventLoop::$timerEvents has no type specified.
PHPStan (PHP 8.1): src/ExtEventLoop.php#L29
Property React\EventLoop\ExtEventLoop::$streamCallback has no type specified.
PHPStan (PHP 8.1): src/ExtEventLoop.php#L30
Property React\EventLoop\ExtEventLoop::$readEvents has no type specified.
PHPUnit (Unstable PHP 7)
Your requirements could not be resolved to an installable set of packages. Problem 1 - phpstan/phpstan[1.0.0, ..., 1.4.10] require php ^7.1|^8.0 -> your php version (7.0.33) does not satisfy that requirement. - phpstan/phpstan[1.5.0, ..., 1.10.58] require php ^7.2|^8.0 -> your php version (7.0.33) does not satisfy that requirement. - Root composer.json requires phpstan/phpstan ^1 -> satisfiable by phpstan/phpstan[1.0.0, ..., 1.10.58].
PHPUnit (Unstable PHP 7)
Process completed with exit code 2.
PHPStan (PHP 7.4)
The job was canceled because "_7_3" failed.
PHPStan (PHP 7.4)
The operation was canceled.
PHPStan (PHP 8)
The job was canceled because "_7_3" failed.
PHPStan (PHP 8)
The operation was canceled.
PHPStan (PHP 7.1)
The job was canceled because "_7_3" failed.
PHPStan (PHP 7.1)
The operation was canceled.