-
Notifications
You must be signed in to change notification settings - Fork 10
Add Symfony 8 Support #62
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
Merged
Changes from 13 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c5e7ad3
Add Symfony 8 Support
Hanmac 88c1f42
~ fix ^8.0 expr
Hanmac c0642fe
fix code-style
Hanmac c29b03f
Update build.yaml
Hanmac 2eb12d7
remove psalm
Hanmac b01a198
remove psalm
Hanmac 0c70866
add phpstan
Hanmac 499ffd7
~ update packages
Hanmac 487e2af
add phpstan and fix errors
Hanmac 279f723
~ update dependency-analyser file
Hanmac 5b5a0e9
~ fix services name
Hanmac d3206c6
fix-style
Hanmac 9a1bf78
~ fix services.php namespace
Hanmac e9bf7f8
add Symfony 8 to dependency-analysis
Hanmac 0b592bf
static-code-analysis for all versions
Hanmac ff88531
reportUnmatchedIgnoredErrors disabled
Hanmac e12b3a6
bump phpunit version
Hanmac 4c84c15
drop PHP 8.1 support
Hanmac 853da44
dump versions
Hanmac 387451f
ignore generics.notGeneric
Hanmac 1caf520
dump versions
Hanmac a393526
dump versions
Hanmac bce9c9c
~ revert php-8.1 drop and bump lowest phpunit/phpunit
Hanmac ab7a769
@phpstan-ignore staticMethod.dynamicCall
Hanmac 206fb76
check-style
Hanmac 5521864
add PHP 8.5 workflow
Hanmac 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
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
Empty file.
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 |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| includes: | ||
| - phpstan-baseline.neon | ||
| - vendor/phpstan/phpstan/conf/bleedingEdge.neon | ||
|
|
||
| parameters: | ||
| level: 8 | ||
| paths: | ||
| - src | ||
| - tests | ||
| scanFiles: | ||
| - vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php | ||
| treatPhpDocTypesAsCertain: false | ||
| checkInternalClassCaseSensitivity: true | ||
| checkMissingVarTagTypehint: true | ||
| checkMissingTypehints: true | ||
| checkUninitializedProperties: true | ||
| featureToggles: | ||
| skipCheckGenericClasses: | ||
| - Symfony\Component\Form\AbstractType | ||
| - Symfony\Component\Form\FormBuilderInterface | ||
| - Symfony\Component\Form\FormInterface | ||
| - Symfony\Component\Form\FormTypeExtensionInterface | ||
| - Symfony\Component\Form\FormTypeInterface |
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
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
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.