The expression return self::runFileUpload($settings) returns the type true which is incompatible with the documented return type Ikechukwukalu\Clamavfileupload\Models\FileUpload.
Loading history...
29
}
30
31
/**
32
* Run files scan and upload.
33
*
34
* @param array $settings
35
* @return bool
36
*/
37
protected static function runFileUpload(array $settings = []): bool