Calling it static

pull/10294/head
Michael 2021-05-24 08:08:01 +00:00
rodzic 2ad3959b56
commit 6e1402f7bd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -132,7 +132,7 @@ class HTTPInputData
$filename = $matches[4] ?? '';
if (!empty($filename)) {
$files[$name] = self::fetchFileData($stream, $boundary, $headers, $filename);
$files[$name] = static::fetchFileData($stream, $boundary, $headers, $filename);
return ['variables' => $variables, 'files' => $files];
} else {
$variables = self::fetchVariables($stream, $boundary, $headers, $name, $variables);