mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
e517295f7e
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. ```