symplely/coroutine

View on GitHub
Coroutine/Misc/Network/SocketsInterface.php

Summary

Maintainability
A
35 mins
Test Coverage

Method recvfrom_into has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

  public function recvfrom_into(&$buffer, $nBytes, $flags = \MSG_DONTWAIT, &$address = null, &$port = null);
Severity: Minor
Found in Coroutine/Misc/Network/SocketsInterface.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status