Skip to content

Optimize namespace using #94

Optimize namespace using

Optimize namespace using #94

Triggered via push October 14, 2024 03:06
Status Failure
Total duration 1m 18s
Artifacts
static-analysis
1m 7s
static-analysis
Fit to window
Zoom out
Zoom in

Annotations

9 errors
static-analysis: src/core/Thread/Pool.php#L125
Instantiated class Swoole\Thread\Queue not found.
static-analysis: src/core/Thread/Pool.php#L126
Instantiated class Swoole\Thread\Atomic not found.
static-analysis: src/core/Thread/Pool.php#L190
Instantiated class Swoole\Thread not found.
static-analysis: src/core/Thread/Pool.php#L199
Access to property $id on an unknown class Swoole\Thread.
static-analysis: src/core/Thread/Pool.php#L200
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#L29
Call to method get() on an unknown class Swoole\Thread\Atomic.
static-analysis: src/core/Thread/Runnable.php#L34
Call to method set() on an unknown class Swoole\Thread\Atomic.
static-analysis
Process completed with exit code 1.