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

Conversation

weirdan
Copy link
Collaborator

@weirdan weirdan commented Feb 17, 2022

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.

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 weirdan added the release:internal The PR will be included in 'Internal changes' section of the release notes label Feb 17, 2022
@weirdan weirdan merged commit 1ee7648 into vimeo:master Feb 17, 2022
@weirdan weirdan deleted the fix-psr4-warnings branch February 17, 2022 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:internal The PR will be included in 'Internal changes' section of the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant