Skip to content

Fix ValidatorInterface error after upgrading to CodeIgniter 4.5 #68

Fix ValidatorInterface error after upgrading to CodeIgniter 4.5

Fix ValidatorInterface error after upgrading to CodeIgniter 4.5 #68

Re-run triggered April 27, 2024 18:11
Status Failure
Total duration 53s
Artifacts

psalm.yml

on: pull_request
Psalm Analysis
45s
Psalm Analysis
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
UndefinedFunction: src/Authentication/Activators/BaseActivator.php#L32
src/Authentication/Activators/BaseActivator.php:32:36: UndefinedFunction: Function Myth\Auth\Authentication\Activators\config does not exist (see https://psalm.dev/021)
UndefinedFunction: src/Authentication/Activators/EmailActivator.php#L22
src/Authentication/Activators/EmailActivator.php:22:19: UndefinedFunction: Function Myth\Auth\Authentication\Activators\service does not exist (see https://psalm.dev/021)
UndefinedFunction: src/Authentication/Activators/EmailActivator.php#L29
src/Authentication/Activators/EmailActivator.php:29:26: UndefinedFunction: Function Myth\Auth\Authentication\Activators\lang does not exist (see https://psalm.dev/021)
UndefinedFunction: src/Authentication/Activators/EmailActivator.php#L30
src/Authentication/Activators/EmailActivator.php:30:26: UndefinedFunction: Function Myth\Auth\Authentication\Activators\view does not exist (see https://psalm.dev/021)
UndefinedFunction: src/Authentication/Activators/EmailActivator.php#L35
src/Authentication/Activators/EmailActivator.php:35:28: UndefinedFunction: Function Myth\Auth\Authentication\Activators\lang does not exist (see https://psalm.dev/021)
UndefinedFunction: src/Authentication/Activators/UserActivator.php#L27
src/Authentication/Activators/UserActivator.php:27:13: UndefinedFunction: Function Myth\Auth\Authentication\Activators\log_message does not exist (see https://psalm.dev/021)
MissingDependency: src/Authentication/AuthenticationBase.php#L23
src/Authentication/AuthenticationBase.php:23:13: MissingDependency: CodeIgniter\Model depends on class or interface codeigniter\basemodel that does not exist (see https://psalm.dev/157)
MissingDependency: src/Authentication/AuthenticationBase.php#L28
src/Authentication/AuthenticationBase.php:28:13: MissingDependency: Myth\Auth\Models\LoginModel depends on class or interface codeigniter\basemodel that does not exist (see https://psalm.dev/157)
UndefinedFunction: src/Authentication/AuthenticationBase.php#L88
src/Authentication/AuthenticationBase.php:88:22: UndefinedFunction: Function Myth\Auth\Authentication\service does not exist (see https://psalm.dev/021)
UndefinedFunction: src/Authentication/AuthenticationBase.php#L93
src/Authentication/AuthenticationBase.php:93:13: UndefinedFunction: Function Myth\Auth\Authentication\session does not exist (see https://psalm.dev/021)
Psalm Analysis
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/