Upgrade flysystem v2 #3264
Annotations
10 errors and 1 warning
Run phpstan/phpstan:
packages/filesystem/src/FileSystem.php#L40
Method phpDocumentor\FileSystem\FileSystem::listContents() return type has no value type specified in iterable type array.
|
Run phpstan/phpstan:
packages/filesystem/src/FileSystem.php#L42
Method phpDocumentor\FileSystem\FileSystem::find() return type has no value type specified in iterable type iterable.
|
Run phpstan/phpstan:
packages/filesystem/src/FlySystemAdapter.php#L20
Property phpDocumentor\FileSystem\FlySystemAdapter::$filesystem (phpDocumentor\FileSystem\FileSystem) does not accept League\Flysystem\Filesystem.
|
Run phpstan/phpstan:
packages/filesystem/src/FlySystemAdapter.php#L45
Method phpDocumentor\FileSystem\FlySystemAdapter::listContents() return type has no value type specified in iterable type array.
|
Run phpstan/phpstan:
packages/filesystem/src/FlySystemAdapter.php#L50
Method phpDocumentor\FileSystem\FlySystemAdapter::find() return type has no value type specified in iterable type iterable.
|
Run phpstan/phpstan:
packages/filesystem/src/FlysystemV1.php#L12
Interface phpDocumentor\FileSystem\FileSystem referenced with incorrect case: phpDocumentor\FileSystem\Filesystem.
|
Run phpstan/phpstan:
packages/filesystem/src/FlysystemV1.php#L17
Instantiated class League\Flysystem\Adapter\Local not found.
|
Run phpstan/phpstan:
packages/filesystem/src/FlysystemV1.php#L17
Parameter #1 $adapter of class League\Flysystem\Filesystem constructor expects League\Flysystem\FilesystemAdapter, League\Flysystem\Adapter\Local given.
|
Run phpstan/phpstan:
packages/filesystem/src/FlysystemV1.php#L18
Call to an undefined method League\Flysystem\Filesystem::addPlugin().
|
Run phpstan/phpstan:
packages/filesystem/src/FlysystemV1.php#L38
Call to an undefined method League\Flysystem\Filesystem::put().
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading