[WIP][3.x] Introduce PHPStan #27
Annotations
11 errors
|
Run vendor/bin/phpstan:
src/StreamSelectLoop.php#L175
Strict comparison using === between int<min, -1>|int<1, max> and 0 will always evaluate to false.
|
Run vendor/bin/phpstan:
tests/LoopTest.php#L59
Parameter #1 $loop of static method React\EventLoop\Loop::set() expects React\EventLoop\LoopInterface, PHPUnit_Framework_MockObject_MockObject given.
|
Run vendor/bin/phpstan:
tests/LoopTest.php#L85
Parameter #1 $loop of static method React\EventLoop\Loop::set() expects React\EventLoop\LoopInterface, PHPUnit_Framework_MockObject_MockObject given.
|
Run vendor/bin/phpstan:
tests/LoopTest.php#L110
Parameter #1 $loop of static method React\EventLoop\Loop::set() expects React\EventLoop\LoopInterface, PHPUnit_Framework_MockObject_MockObject given.
|
Run vendor/bin/phpstan:
tests/LoopTest.php#L134
Parameter #1 $loop of static method React\EventLoop\Loop::set() expects React\EventLoop\LoopInterface, PHPUnit_Framework_MockObject_MockObject given.
|
Run vendor/bin/phpstan:
tests/LoopTest.php#L160
Parameter #1 $loop of static method React\EventLoop\Loop::set() expects React\EventLoop\LoopInterface, PHPUnit_Framework_MockObject_MockObject given.
|
Run vendor/bin/phpstan:
tests/LoopTest.php#L190
Parameter #1 $loop of static method React\EventLoop\Loop::set() expects React\EventLoop\LoopInterface, PHPUnit_Framework_MockObject_MockObject given.
|
Run vendor/bin/phpstan:
tests/LoopTest.php#L219
Parameter #1 $loop of static method React\EventLoop\Loop::set() expects React\EventLoop\LoopInterface, PHPUnit_Framework_MockObject_MockObject given.
|
Run vendor/bin/phpstan:
tests/LoopTest.php#L221
Parameter #1 $timer of static method React\EventLoop\Loop::cancelTimer() expects React\EventLoop\TimerInterface, PHPUnit_Framework_MockObject_MockObject given.
|
Run vendor/bin/phpstan:
tests/LoopTest.php#L231
Parameter #1 $timer of static method React\EventLoop\Loop::cancelTimer() expects React\EventLoop\TimerInterface, PHPUnit_Framework_MockObject_MockObject given.
|
The logs for this run have expired and are no longer available.
Loading