Prevent PHPStan error: 'Uuid::fromString() on a separate line has no effect.'#552
Merged
ramsey merged 2 commits intoramsey:4.xfrom May 18, 2024
Merged
Prevent PHPStan error: 'Uuid::fromString() on a separate line has no effect.'#552ramsey merged 2 commits intoramsey:4.xfrom
ramsey merged 2 commits intoramsey:4.xfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.x #552 +/- ##
=========================================
Coverage 95.64% 95.64%
Complexity 583 583
=========================================
Files 70 70
Lines 1560 1560
=========================================
Hits 1492 1492
Misses 68 68
|
ramsey
approved these changes
May 18, 2024
Owner
|
Thank you for contributing! 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
in a codebase which uses this lib like
... and covers it with PHPStan, before this PR we ran into this error:
after this PR the error is gone.
Motivation and context
fixes a PHPStan upstream reported ramsey/uuid issue: phpstan/phpstan#10819
How has this been tested?
locally by running the mentioned example with PHPStan
Types of changes
PR checklist