The method getClient() does not exist on Spiral\Storage\Config\DT...FileSystemInfoInterface. It seems like you code against a sub-type of Spiral\Storage\Config\DT...FileSystemInfoInterface such as Spiral\Storage\Config\DT...ystemInfo\Aws\AwsS3Info.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method getOption() does not exist on Spiral\Storage\Config\DT...FileSystemInfoInterface. Since it exists in all sub-types, consider adding an abstract or default implementation to Spiral\Storage\Config\DT...FileSystemInfoInterface.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
34
$this->fsInfo->/** @scrutinizer ignore-call */
35
getOption(AwsS3Info::BUCKET_KEY)
Loading history...
35
);
36
}
37
38
/**
39
* @inheritDoc
40
*/
41
public function buildAdvanced(): FilesystemAdapter
The method hasOption() does not exist on Spiral\Storage\Config\DT...FileSystemInfoInterface. Since it exists in all sub-types, consider adding an abstract or default implementation to Spiral\Storage\Config\DT...FileSystemInfoInterface.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
The method getVisibilityConverter() does not exist on Spiral\Storage\Config\DT...FileSystemInfoInterface. It seems like you code against a sub-type of Spiral\Storage\Config\DT...FileSystemInfoInterface such as Spiral\Storage\Config\DT...ystemInfo\Aws\AwsS3Info.
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation