Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update psalm.xml #1089

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Commits on Apr 8, 2024

  1. chore: fix PHP version for Psalm to 8.1

    PHP 7.4 causes UndefinedFunction errors.
    
    Error: src/Auth.php:54:15: MissingDependency: CodeIgniter\Shield\Models\UserModel depends on class or interface codeigniter\basemodel that does not exist (see https://psalm.dev/157)
    kenjis committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2b34e31 View commit details
    Browse the repository at this point in the history
  2. chore: add findUnusedBaselineEntry and findUnusedCode

    It is better to set "true" but if true, many error will be reported.
    So set "false" for now.
    kenjis committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    278320a View commit details
    Browse the repository at this point in the history