Skip to content

Fixed PSR-4 warnings#7683

Merged
weirdan merged 1 commit intovimeo:masterfrom
weirdan:fix-psr4-warnings
Feb 17, 2022
Merged

Fixed PSR-4 warnings#7683
weirdan merged 1 commit intovimeo:masterfrom
weirdan:fix-psr4-warnings

Conversation

@weirdan
Copy link
Copy Markdown
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.

1 participant