Update jetbrains/phpstorm-stubs requirement from ^2019.3 to ^2026.1 #120
Annotations
9 errors and 11 warnings
|
Run Psalm
Process completed with exit code 2.
|
|
Run Psalm:
src/EventLoop/Driver/UvDriver.php#L247
src/EventLoop/Driver/UvDriver.php:247:29: InvalidArgument: Argument 1 of uv_signal_stop expects UVSignal, but resource provided (see https://psalm.dev/004)
|
|
Run Psalm:
src/EventLoop/Driver/UvDriver.php#L245
src/EventLoop/Driver/UvDriver.php:245:28: InvalidArgument: Argument 1 of uv_timer_stop expects UVTimer, but resource provided (see https://psalm.dev/004)
|
|
Run Psalm:
src/EventLoop/Driver/UvDriver.php#L242
src/EventLoop/Driver/UvDriver.php:242:31: InvalidArgument: Argument 1 of uv_poll_stop expects UVPoll, but resource provided (see https://psalm.dev/004)
|
|
Run Psalm:
src/EventLoop/Driver/UvDriver.php#L240
src/EventLoop/Driver/UvDriver.php:240:32: InvalidArgument: Argument 1 of uv_poll_start expects UVPoll, but resource provided (see https://psalm.dev/004)
|
|
Run Psalm:
src/EventLoop/Driver/UvDriver.php#L227
src/EventLoop/Driver/UvDriver.php:227:28: InvalidArgument: Argument 1 of uv_is_active expects UV, but resource provided (see https://psalm.dev/004)
|
|
Run Psalm:
src/EventLoop/Driver/UvDriver.php#L204
src/EventLoop/Driver/UvDriver.php:204:42: InvalidCast: UVTimer cannot be cast to int (see https://psalm.dev/103)
|
|
Run Psalm:
src/EventLoop/Driver/UvDriver.php#L188
src/EventLoop/Driver/UvDriver.php:188:42: InvalidCast: UVTimer cannot be cast to int (see https://psalm.dev/103)
|
|
Run Psalm:
src/EventLoop/Driver/UvDriver.php#L170
src/EventLoop/Driver/UvDriver.php:170:34: InvalidCast: UVTimer cannot be cast to int (see https://psalm.dev/103)
|
|
Run Psalm:
src/EventLoop/Driver/EvDriver.php#L170
src/EventLoop/Driver/EvDriver.php:170:21: MixedArrayOffset: Cannot access value on variable $this->events[$id] using mixed offset (see https://psalm.dev/031)
|
|
Run Psalm:
src/EventLoop/Driver/EvDriver.php#L166
src/EventLoop/Driver/EvDriver.php:166:21: MixedPropertyTypeCoercion: $this->events expects 'array<string, EvWatcher>', parent type `non-empty-array<array-key, EvWatcher>` provided (see https://psalm.dev/196)
|
|
Run Psalm:
src/EventLoop/Driver/EvDriver.php#L166
src/EventLoop/Driver/EvDriver.php:166:21: MixedArrayOffset: Cannot access value on variable $this->events[$id] using mixed offset (see https://psalm.dev/031)
|
|
Run Psalm:
src/EventLoop/Driver/EvDriver.php#L162
src/EventLoop/Driver/EvDriver.php:162:44: MixedPropertyFetch: Cannot fetch property on mixed var $callback (see https://psalm.dev/034)
|
|
Run Psalm:
src/EventLoop/Driver/EvDriver.php#L162
src/EventLoop/Driver/EvDriver.php:162:38: MixedAssignment: Unable to determine the type that $id is being assigned to (see https://psalm.dev/032)
|
|
Run Psalm:
src/EventLoop/Driver/EvDriver.php#L162
src/EventLoop/Driver/EvDriver.php:162:24: MixedArrayOffset: Cannot access value on variable $this->events using mixed offset (see https://psalm.dev/031)
|
|
Run Psalm:
src/EventLoop/Driver/EvDriver.php#L161
src/EventLoop/Driver/EvDriver.php:161:32: MixedAssignment: Unable to determine the type that $callback is being assigned to (see https://psalm.dev/032)
|
|
Run Psalm:
examples/benchmark-timers-delay.php#L13
examples/benchmark-timers-delay.php:13:29: MixedArgumentTypeCoercion: Argument 2 of Revolt\EventLoop::delay expects Closure(string):void, but parent type Closure provided (see https://psalm.dev/194)
|
|
Run Psalm:
examples/benchmark-ticks-delay.php#L13
examples/benchmark-ticks-delay.php:13:26: MixedArgumentTypeCoercion: Argument 1 of Revolt\EventLoop::defer expects Closure(string):void, but parent type Closure provided (see https://psalm.dev/194)
|
|
Run Psalm:
examples/benchmark-memory.php#L28
examples/benchmark-memory.php:28:21: MixedMethodCall: Cannot call constructor on an unknown class (see https://psalm.dev/015)
|
|
Get Composer cache directory
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
background
wait
wait-all
cancel
Loading