Dariusz Ruminski
|
2189cb5b0e
bumped version
|
3 months ago |
Dariusz Ruminski
|
ee3cc2e1fb
prepared the 3.63.1 release
|
3 months ago |
Dariusz Ruminski
|
2af4b117b6
bumped version
|
3 months ago |
Dariusz Ruminski
|
4c691dc008
prepared the 3.63.0 release
|
3 months ago |
Bert van Hoekelen
|
ecd736843e
fix: Ensure PHP binary path is used as a single CLI argument in parallel worker process (#8180)
|
3 months ago |
SpacePossum
|
370943c56a
feat: Add `array_destructuring` as option for `trailing_comma_in_multiline` (#8172)
|
3 months ago |
Kuba Werłos
|
601f01f472
chore: add `@return` tags for data providers that do not have array in data (#8179)
|
3 months ago |
Kuba Werłos
|
f103a6b79d
chore: add tags for data providers that will change PHPStan's baseline (#8178)
|
3 months ago |
Kuba Werłos
|
27e4156dad
chore: add `@return` tags for data providers already having PHPDoc (#8176)
|
3 months ago |
Kuba Werłos
|
f3c3e32536
CI: Update PHPStan to 1.11.11 and fix error that changed (#8174)
|
3 months ago |
Maxime Helias
|
ea24d3c19c
docs: fix indent on rule `date_time_create_from_format_call` (#8173)
|
3 months ago |
javaDeveloperKid
|
cbb1415371
feat: remove braces even for single import (#8156)
|
3 months ago |
Dariusz Rumiński
|
b0a41d1d61
feat: TrailingCommaInMultilineFixer - dynamically evaluate config against PHP version (#8167)
|
3 months ago |
Kuba Werłos
|
db8eb34d7b
chore: remove duplicates from data providers (#8164)
|
3 months ago |
John Paul E. Balandan, CPA
|
913e7821a0
fix: `PhpUnitAttributesFixer` - fix priorities with `PhpUnitDataProvider(.+)Fixer` (#8169)
|
3 months ago |
Kuba Werłos
|
99a8275f90
CI: Update PHPStan to 1.11.10 (#8163)
|
3 months ago |
Kuba Werłos
|
2bffa8121d
chore: remove duplicates from data providers that are copies in code (#8145)
|
3 months ago |
Greg Korba
|
34f53b759c
fix: Do not shorten FQN for class resolution if imported symbol is not a class (#7705)
|
3 months ago |
Kuba Werłos
|
7f28b95482
chore: remove `beStrictAboutTodoAnnotatedTests` from PHPUnit's config (#8160)
|
3 months ago |
Dariusz Ruminski
|
e94ef6f751
bumped version
|
3 months ago |
Dariusz Ruminski
|
627692f794
prepared the 3.62.0 release
|
3 months ago |
Roy
|
1ce9e248c3
feat: set new_with_parentheses for anonymous_class to false in PER-CS2.0 (#8140)
|
3 months ago |
Dariusz Rumiński
|
d61006b658
chore: NewWithParenthesesFixer - create TODO to change the default configuration to match PER-CS2 (#8148)
|
3 months ago |
Dariusz Ruminski
|
8e56fad820
bumped version
|
3 months ago |
Dariusz Ruminski
|
94a87189f5
prepared the 3.61.1 release
|
3 months ago |
Kuba Werłos
|
5f4f81e6d4
fix: `NoSuperfluousPhpdocTagsFixer` - fix "Undefined array key 0" error (#8150)
|
3 months ago |
Dariusz Ruminski
|
7d8d900dfe
bumped version
|
3 months ago |
Dariusz Ruminski
|
737a24b6d5
prepared the 3.61.0 release
|
3 months ago |
Jan Verbeek
|
efafb74c5f
fix: Do not mangle non-whitespace token in `PhpdocIndentFixer` (#8147)
|
3 months ago |
Krzysztof Ciszewski
|
7bb9c2654c
feat: support PHPUnit v9.1 naming for some asserts (#7997)
|
3 months ago |
Kuba Werłos
|
0b86d3c13a
DX: refactor `ProjectCodeTest::provideDataProviderMethodCases` (#8138)
|
4 months ago |
Dariusz Rumiński
|
b09e8aa52b
feat: no_superfluous_phpdoc_tags - also cover ?type (#8125)
|
4 months ago |
Kuba Werłos
|
ed86702fbb
DX: add more typehints for `class-string` (#8139)
|
4 months ago |
Dariusz Ruminski
|
7804f22f84
bumped version
|
4 months ago |
Dariusz Ruminski
|
e595e4e070
prepared the 3.60.0 release
|
4 months ago |
Kuba Werłos
|
5bcff151e8
DX: check for duplicated test methods (as AutoReview test) (#8134)
|
4 months ago |
Kuba Werłos
|
6c93de86f9
DX: do not exclude duplicates that are clearly mistakes (#8135)
|
4 months ago |
Kuba Werłos
|
d05c3937b6
DX: check for duplicated test data (#8131)
|
4 months ago |
Kuba Werłos
|
22136cbf0b
CI: Update PHPStan to 1.11.8 (#8133)
|
4 months ago |
Dariusz Rumiński
|
7d15b94d9e
chore: NoSuperfluousPhpdocTagsFixer - no need to call heavy toComparableNames method to add null type (#8132)
|
4 months ago |
Kuba Werłos
|
2aa85eef15
DX: check for duplicated test methods (#8124)
|
4 months ago |
Kuba Werłos
|
99a8197dea
CI: check autoload (#8121)
|
4 months ago |
Kuba Werłos
|
861df6fd65
chore: cleanup `TokensAnalyzerTest` (#8123)
|
4 months ago |
Kuba Werłos
|
71187b8c2b
chore: cleanup tests that had `@requires PHP 7.4` ages ago (#8122)
|
4 months ago |
Kuba Werłos
|
db517c29eb
chore: reuse test methods (#8119)
|
4 months ago |
tamiroh
|
1cd51afa1f
fix: `no_useless_concat_operator` - do not break variable (2) (#7927)
|
4 months ago |
Kuba Werłos
|
8be8d7a1e0
fix: `NullableTypeDeclarationFixer` - insert correct token (#8118)
|
4 months ago |
Kuba Werłos
|
6686015885
fix: `NullableTypeDeclarationFixer` - don't convert standalone `NULL` into nullable union type (#8111)
|
4 months ago |
Kuba Werłos
|
4b6dfd5118
fix: CI for PHP 8.4 (#8114)
|
4 months ago |
Kuba Werłos
|
b724cc2a85
fix: update `TokensTest` to shrink PHPStan's baseline (#8112)
|
4 months ago |