Add testing for prefer-lowest #1217
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
coding-standards.yml
on: pull_request
coding-standards
/
phpcs 8.2
51s
phpstan
/
phpstan PHP 8.2
38s
Annotations
11 errors
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L337
Parameter $contents of method Mantle\Filesystem\Filesystem_Adapter::put() has invalid type Psr\Http\Message\StreamInterface.
|
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L349
Class Psr\Http\Message\StreamInterface not found.
|
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L350
Call to method detach() on an unknown class Psr\Http\Message\StreamInterface.
|
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L513
Class League\Flysystem\AwsS3v3\AwsS3Adapter not found.
|
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L531
Parameter $adapter of method Mantle\Filesystem\Filesystem_Adapter::get_aws_url() has invalid type League\Flysystem\AwsS3v3\AwsS3Adapter.
|
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L531
Parameter $adapter of method Mantle\Filesystem\Filesystem_Adapter::get_aws_url() has invalid type League\Flysystem\AwsS3v3\AwsS3Adapter.
|
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L538
Call to method getPathPrefix() on an unknown class League\Flysystem\AwsS3v3\AwsS3Adapter.
|
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L541
Call to method getClient() on an unknown class League\Flysystem\AwsS3v3\AwsS3Adapter.
|
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L542
Call to method getBucket() on an unknown class League\Flysystem\AwsS3v3\AwsS3Adapter.
|
phpstan / phpstan PHP 8.2:
src/mantle/filesystem/class-filesystem-adapter.php#L543
Call to method getPathPrefix() on an unknown class League\Flysystem\AwsS3v3\AwsS3Adapter.
|
coding-standards / phpcs 8.2
Process completed with exit code 1.
|