Skip to content

Upgrade flysystem v2 #3270

Upgrade flysystem v2

Upgrade flysystem v2 #3270

Triggered via pull request January 28, 2025 21:01
Status Failure
Total duration 5m 40s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
3s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
5m 30s
Code Coverage / Code Coverage
Coding Standards
24s
Coding Standards
Check architecture
19s
Check architecture
xml-lint
1m 43s
xml-lint
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Functional test  /  Supported Versions Matrix
2s
Functional test / Supported Versions Matrix
integration test  /  Supported Versions Matrix
6s
integration test / Supported Versions Matrix
Matrix: Functional test / Tests
Matrix: integration test / Tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlySystemAdapter.php#L36
Parameter #1 $adapter of class League\Flysystem\Filesystem constructor expects League\Flysystem\FilesystemAdapter, League\Flysystem\Adapter\Local given.
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlySystemAdapter.php#L51
Parameter #1 $wrappedFilesystem of class phpDocumentor\FileSystem\FlysystemV1\FlysystemV1 constructor expects League\Flysystem\Filesystem, League\Flysystem\FilesystemInterface given.
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlySystemAdapter.php#L74
Call to an undefined method League\Flysystem\Filesystem|phpDocumentor\FileSystem\FileSystem::put().
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlySystemAdapter.php#L80
Method phpDocumentor\FileSystem\FlySystemAdapter::listContents() should return array<phpDocumentor\FileSystem\StorageAttributes> but returns array<phpDocumentor\FileSystem\StorageAttributes>|League\Flysystem\DirectoryListing<League\Flysystem\StorageAttributes>.
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlySystemAdapter.php#L86
Call to an undefined method League\Flysystem\Filesystem|phpDocumentor\FileSystem\FileSystem::find().
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlysystemV1/FlysystemV1.php#L31
Call to an undefined method League\Flysystem\Filesystem::addPlugin().
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlysystemV1/FlysystemV1.php#L51
Call to an undefined method League\Flysystem\Filesystem::put().
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlysystemV1/FlysystemV1.php#L58
Parameter #1 $callback of function array_map expects (callable(League\Flysystem\StorageAttributes): mixed)|null, Closure(array): phpDocumentor\FileSystem\FlysystemV1\StorageAttributes given.
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlysystemV1/FlysystemV1.php#L59
Parameter #2 $array of function array_map expects array, League\Flysystem\DirectoryListing<League\Flysystem\StorageAttributes> given.
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlysystemV1/FlysystemV1.php#L66
Call to an undefined method League\Flysystem\Filesystem::find().
Coding Standards: packages/filesystem/src/FlysystemV1/StorageAttributes.php#L21
Method \phpDocumentor\FileSystem\FlysystemV1\StorageAttributes::__construct() does not have @param annotation for its traversable parameter $attributes.
Coding Standards
Process completed with exit code 1.