Skip to content

Working on new component for filesystems #78

Working on new component for filesystems

Working on new component for filesystems #78

Triggered via pull request October 25, 2023 21:23
Status Failure
Total duration 1m 5s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

static-analysis.yml

on: pull_request
Matrix: Psalm
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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)
UnimplementedInterfaceMethod: src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L15
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:15:13: UnimplementedInterfaceMethod: Method add is not defined on class SonsOfPHP\Component\Filesystem\Adapter\ChainAdapter (see https://psalm.dev/044)
UnusedClass: src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L15
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:15:13: UnusedClass: Class SonsOfPHP\Component\Filesystem\Adapter\ChainAdapter is never used (see https://psalm.dev/075)
UnusedParam: src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L21
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:21:34: UnusedParam: Param #1 is never referenced in this method (see https://psalm.dev/135)
InvalidReturnType: src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L28
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:28:41: InvalidReturnType: Not all code paths of SonsOfPHP\Component\Filesystem\Adapter\ChainAdapter::read end in a return statement, return type string expected (see https://psalm.dev/011)
UnusedForeachValue: src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php#L30
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:30: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#L32
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:32:20: 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#L38
src/SonsOfPHP/Component/Filesystem/Adapter/ChainAdapter.php:38:37: UnusedForeachValue: $adapter is never referenced or the value is not used (see https://psalm.dev/275)