src/System/LowLevelExecutor.php
Method sendToSocket
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function sendToSocket($socket, string $buf, int $len, int $flags, string $addr, int $port = 0)
Method fileGetContents
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function fileGetContents($filename, bool $use_include_path = false, $context = null, int $offset = 0, ?int $maxlen = null)