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

Fixed PSR-4 warnings #7683

Merged
merged 1 commit into from Feb 17, 2022
Merged

Fixed PSR-4 warnings #7683

merged 1 commit into from Feb 17, 2022

Commits on Feb 17, 2022

  1. Fixed PSR-4 warnings

    Fixes the following warnings that were emitted by `composer install`:
    
    ```
    Generating optimized autoload files
    Class Psalm\Tests\KeyOfTemplateTest located in ./tests/Template/KeyOfTemplateTest.php does not comply with psr-4 autoloading standard. Skipping.
    Class Psalm\Tests\ValueOfTemplateTest located in ./tests/Template/ValueOfTemplateTest.php does not comply with psr-4 autoloading standard. Skipping.
    ```
    weirdan committed Feb 17, 2022
    Copy the full SHA
    e517295 View commit details
    Browse the repository at this point in the history