WIP Separate Dashboard
class
#130
Annotations
5 errors and 3 warnings
FalsableReturnStatement:
src/Attachment/Engines/Generator.php#L110
src/Attachment/Engines/Generator.php:110:16: FalsableReturnStatement: The declared return type 'string' for Orchid\Attachment\Engines\Generator::hash does not allow false, but the function returns 'false|string' (see https://psalm.dev/137)
|
FalsableReturnStatement:
src/Attachment/Models/Attachment.php#L129
src/Attachment/Models/Attachment.php:129:16: FalsableReturnStatement: The declared return type 'null|string' for Orchid\Attachment\Models\Attachment::getRelativeUrlAttribute does not allow false, but the function returns 'false|null|string' (see https://psalm.dev/137)
|
UndefinedThisPropertyFetch:
src/Platform/Configuration/ManagesMenu.php#L37
src/Platform/Configuration/ManagesMenu.php:37:25: UndefinedThisPropertyFetch: Instance property Orchid\Platform\Dashboard::$menu is not defined (see https://psalm.dev/041)
|
UndefinedThisPropertyAssignment:
src/Platform/Dashboard.php#L87
src/Platform/Dashboard.php:87:9: UndefinedThisPropertyAssignment: Instance property Orchid\Platform\Dashboard::$menu is not defined (see https://psalm.dev/040)
|
psalm
Process completed with exit code 2.
|
phploc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
composer-validate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
psalm
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|