Skip to content

Allow thread pool autoloader to be empty #91

Allow thread pool autoloader to be empty

Allow thread pool autoloader to be empty #91

Triggered via push September 30, 2024 08:35
Status Failure
Total duration 53s
Artifacts
static-analysis
43s
static-analysis
Fit to window
Zoom out
Zoom in

Annotations

8 errors
static-analysis: src/core/Thread/Pool.php#L123
Instantiated class Swoole\Thread\Queue not found.
static-analysis: src/core/Thread/Pool.php#L124
Instantiated class Swoole\Thread\Atomic not found.
static-analysis: src/core/Thread/Pool.php#L181
Instantiated class Swoole\Thread not found.
static-analysis: src/core/Thread/Pool.php#L189
Access to property $id on an unknown class Swoole\Thread.
static-analysis: src/core/Thread/Runnable.php#L16
Property Swoole\Thread\Runnable::$running has unknown class Swoole\Thread\Atomic as its type.
static-analysis: src/core/Thread/Runnable.php#L27
Call to method get() on an unknown class Swoole\Thread\Atomic.
static-analysis: src/core/Thread/Runnable.php#L32
Call to method set() on an unknown class Swoole\Thread\Atomic.
static-analysis
Process completed with exit code 1.