Working on new component for filesystems #79
Triggered via pull request
October 26, 2023 18:11
Status
Cancelled
Total duration
1m 10s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 errors
Psalm (8.1)
Canceling since a higher priority waiting request for 'Static Analysis-filesystem' exists
|
UndefinedInterfaceMethod:
src/SonsOfPHP/Bard/src/Console/Command/CopyCommand.php#L41
src/SonsOfPHP/Bard/src/Console/Command/CopyCommand.php:41:42: UndefinedInterfaceMethod: Method Symfony\Component\Console\Helper\HelperInterface::run does not exist (see https://psalm.dev/181)
|
UndefinedDocblockClass:
src/SonsOfPHP/Component/Filesystem/Adapter/AdapterInterface.php#L36
src/SonsOfPHP/Component/Filesystem/Adapter/AdapterInterface.php:36:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named SonsOfPHP\Component\Filesystem\Adapter\resouce does not exist (see https://psalm.dev/200)
|
UndefinedDocblockClass:
src/SonsOfPHP/Component/Filesystem/Adapter/AdapterInterface.php#L44
src/SonsOfPHP/Component/Filesystem/Adapter/AdapterInterface.php:44:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named SonsOfPHP\Component\Filesystem\Adapter\FileNotFouneException does not exist (see https://psalm.dev/200)
|
UndefinedThisPropertyFetch:
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L35
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:35:24: UndefinedThisPropertyFetch: Instance property SonsOfPHP\Component\Filesystem\Adapter\ChainAdapter::$adapter is not defined (see https://psalm.dev/041)
|
UndefinedClass:
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L39
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:39:19: UndefinedClass: Class, interface or enum named SonsOfPHP\Component\Filesystem\Adapter\FileNotFoundException does not exist (see https://psalm.dev/019)
|
UnusedForeachValue:
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L44
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:44:37: UnusedForeachValue: $adapter is never referenced or the value is not used (see https://psalm.dev/275)
|
UndefinedThisPropertyFetch:
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L45
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:45:13: UndefinedThisPropertyFetch: Instance property SonsOfPHP\Component\Filesystem\Adapter\ChainAdapter::$adapter is not defined (see https://psalm.dev/041)
|
UnusedForeachValue:
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L51
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:51:37: UnusedForeachValue: $adapter is never referenced or the value is not used (see https://psalm.dev/275)
|
UndefinedThisPropertyFetch:
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L52
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:52:17: UndefinedThisPropertyFetch: Instance property SonsOfPHP\Component\Filesystem\Adapter\ChainAdapter::$adapter is not defined (see https://psalm.dev/041)
|
UnusedForeachValue:
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L62
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:62:37: UnusedForeachValue: $adapter is never referenced or the value is not used (see https://psalm.dev/275)
|