-
-
Notifications
You must be signed in to change notification settings - Fork 1
fix: phpstan level 5 errors #84 #100
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
Merged
+44
−147
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
9807f87
feat: remove continue-on-error from PHPStan step
Morgy93 6feb082
fix: downgrade phpstan level to 5
Morgy93 a5ce1ef
fix: remove unused constants and simplify returns
Morgy93 60d240c
fix: update return types and simplify conditions
Morgy93 e7319c4
fix: simplify constructor by using property promotion
Morgy93 a832ecf
fix: improve docblocks and simplify create method
Morgy93 4c2fd38
Merge branch 'main' into fix-phpstan-5
dermatz 4c0241e
Merge branch 'main' into fix-phpstan-5
dermatz bf88c63
Merge branch 'main' into fix-phpstan-5
dermatz 53f8d47
Merge branch 'main' into fix-phpstan-5
dermatz 6fa7535
Merge branch 'main' into fix-phpstan-5
dermatz 971c95d
Merge branch 'main' into fix-phpstan-5
Morgy93 d3b19ec
Merge branch 'main' into fix-phpstan-5
dermatz 696b992
Merge branch 'main' into fix-phpstan-5
dermatz 15a7ecb
fix: add missing use statement for InspectorHints
Morgy93 5b213b8
fix: update Magento download method and config
Morgy93 ea51a01
fix: remove packagist disable command from PHPStan
Morgy93 604fa51
fix: refactor InspectorHints and factory for clarity
Morgy93 9d8a769
fix: extract random generator for PHPStan compliance
Morgy93 fa62051
fix: refactor constructors for property promotion
Morgy93 ce72138
fix: simplify random generator usage for PHPStan
Morgy93 3d1b9d7
#84 - Enable verbose PHPStan output and add bleedingEdge config for d…
Morgy93 3b0d5ae
#84 - Add PHP config check and clear PHPStan cache in CI
Morgy93 8145b05
#84 - Debug: Show actual file content in CI vendor directory
Morgy93 cc7d94b
#84 - Workaround PHPStan 2.x bug: Remove readonly from factory property
Morgy93 488ccc1
fix: remove InspectorHintsFactory class
Morgy93 2632e49
fix: remove bleedingEdge configuration from phpstan
Morgy93 4a1dbd1
Merge branch 'main' into fix-phpstan-5
Morgy93 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| parameters: | ||
| level: 6 | ||
| level: 5 | ||
| paths: | ||
| - src |
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
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
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
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
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
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
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
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
34 changes: 0 additions & 34 deletions
34
src/Model/TemplateEngine/Decorator/InspectorHintsFactory.php
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.