Conversation
…fixer Add NativeTypeSniff and NativeTypeFixer to canonicalize type names and collapse mixed unions
…fixes Introduce MixedUnion sniff/fixer and add replacement support on Violations
Introduce generic fixerData for Violation and update Sniff/Fixer contracts
Fix PHPStan generics and PHPUnit coverage metadata
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.
Here are two new checks and fixer classes that fixed the following stuff in the php documentation :
The implementation was run against php/doc-en commit 84534c795fc64cc1866ae267fec3574249ec5f74:
10 violations
10 affected files
10 automatic fixes applied
10 documentation lines changed
0 violations remaining after the convergence run
Breakdown:
Callable → callable (3)
Object → object (2)
Array → array (2)
String → string (1)
integer → int (1)
mixex+null → mixed (1)