artur-graniszewski/ZEUS-for-PHP

View on GitHub
src/Zeus/Kernel/ProcessManager/MultiProcessingModule/PosixProcess/PcntlBridge.php

Summary

Maintainability
A
1 hr
Test Coverage

Method isSupported has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function isSupported()
    {
        $className = basename(str_replace('\\', '/', static::class));

        if (!$this->isPcntlExtensionLoaded()) {

    There are no issues that match your filters.

    Category
    Status