Greg Korba
|
591fb20707
fix: Proper build target for local Docker Compose (#7834)
|
9 months ago |
Kuba Werłos
|
4ab8fc435f
fix: `TypeExpression` - handle array shape key with dash (#7841)
|
9 months ago |
Kuba Werłos
|
c505b556e0
feat: `MbStrFunctionsFixer` - add support for `mb_trim`, `mb_ltrim` and `mb_rtrim` functions (#7840)
|
9 months ago |
Michael Voříšek
|
f8a0ecf07a
fix: `fully_qualified_strict_types` must honor template/local type identifiers (#7724)
|
9 months ago |
tamiroh
|
b113059b28
chore: Fix typos (#7835)
|
9 months ago |
Dariusz Rumiński
|
aba9464f67
feat: `no_superfluous_phpdoc_tags` - introduce `allow_future_params` option (#7743)
|
9 months ago |
Dariusz Rumiński
|
591bb8bddb
chore: DataProviderAnalysis - expect list over array (#7800)
|
9 months ago |
Dariusz Rumiński
|
c1a9344ce4
chore: BlocksAnalyzer - raise exception on invalid index (#7819)
|
9 months ago |
Kuba Werłos
|
4f36a12c84
chore: do not use `@medium` on method level (#7833)
|
9 months ago |
Kuba Werłos
|
5bb439bfaa
chore: do not use `@large` on method level (#7832)
|
9 months ago |
Greg Korba
|
0bb1e4b77f
feat: Allow shortening symbols from multi-use statements (only classes for now) (#7816)
|
9 months ago |
Greg Korba
|
8210c16064
feat: Ability to remove unused imports from multi-use statements (#7815)
|
9 months ago |
Kuba Werłos
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
Kuba Werłos
|
13df1fcba4
fix: `MethodArgumentSpaceFixer` - do not break heredoc/nowdoc (#7828)
|
9 months ago |
Kuba Werłos
|
db62eb38d5
CI: fix PHP 8.4 job (#7829)
|
9 months ago |
Kuba Werłos
|
36c7a657f4
feat: allow PHPUnit 11 (#7824)
|
9 months ago |
Kuba Werłos
|
06abc79380
feat: PhpUnitTestCaseStaticMethodCallsFixer - cover PHPUnit v11 methods (#7822)
|
9 months ago |
Kuba Werłos
|
60dbedb424
fix: do not use wrongly named arguments in data providers (#7823)
|
9 months ago |
Michael Voříšek
|
7d399e3d8e
fix: union PHPDoc support in `fully_qualified_strict_types` fixer (#7719)
|
9 months ago |
Greg Korba
|
43b0c86587
fix: `SingleSpaceAroundConstructFixer` - correctly recognise multiple constants (#7700)
|
9 months ago |
Greg Korba
|
b1ffa8aaeb
feat: Support for multi-use statements in `NamespaceUsesAnalyzer` (#7814)
|
9 months ago |
Kuba Werłos
|
60edba399b
fix: `PhpUnitStrictFixer` - do not crash on property having the name of method to fix (#7804)
|
9 months ago |
Kuba Werłos
|
ee8a4efb8d
feat: introduce `PhpdocArrayTypeFixer` (#7812)
|
9 months ago |
Gregor Harlan
|
fe8f7fd77a
fix: PhpdocListTypeFixer - support key types containing `<…>` (#7817)
|
9 months ago |
Greg Korba
|
1fc90dab14
fix: Ensure PCNTL extension is always installed in Docker (#7782)
|
9 months ago |
Dariusz Rumiński
|
aafe887b1f
chore: some improvements around array typehints (#7799)
|
9 months ago |
Greg Korba
|
d15cfeae4f
DX: Include `symfony/var-dumper` in dev tools (#7795)
|
9 months ago |
Kuba Werłos
|
dfa00842e0
fix: `NumericLiteralSeparatorFixer` - do not change `float` to `int` when there is nothing after the dot (#7805)
|
9 months ago |
Dariusz Ruminski
|
3115c42867
bumped version
|
9 months ago |
Dariusz Ruminski
|
8742f7aa6f
prepared the 3.49.0 release
|
9 months ago |
Vincent Langlet
|
b6dc3181c0
feat: Add `ordered_types` to `@Symfony` (#7356)
|
9 months ago |
Kuba Werłos
|
a1848cbdbe
feat: introduce `PhpdocListTypeFixer` (#7796)
|
9 months ago |
Kuba Werłos
|
d12282c7a6
fix: `PhpdocTypesFixer` - handle more complex types (#7791)
|
9 months ago |
Greg Korba
|
21f5b4221e
chore: Exclude `topic/core` issues/PRs from Stale Bot (#7788)
|
9 months ago |
Greg Korba
|
8056c295ab
fix: Allow using cache when running in Docker distribution (#7769)
|
9 months ago |
Michael Voříšek
|
156192db33
fix: `function_to_constant` `get_class()` replacement (#7770)
|
9 months ago |
Dariusz Rumiński
|
73b0905679
docs: docker - use gitlab reporter in GitLab integration example (#7764)
|
9 months ago |
Michael Voříšek
|
62280c4d4d
fix: ClassDefinitionFixer for anonymous class with phpdoc/attribute on separate line (#7546)
|
9 months ago |
Michael Voříšek
|
e351af72c2
feat: introduce `string_implicit_backslashes` as `escape_implicit_backslashes` replacement (#7669)
|
9 months ago |
Kuba Werłos
|
a5a3ed4f57
fix: `TypeExpression` - do not break type using `walkTypes` method (#7785)
|
9 months ago |
Kuba Werłos
|
5b84fd99af
chore(checkbashisms): update to 2.23.7 (#7780)
|
9 months ago |
Kuba Werłos
|
f868ed75d8
chore: add missing key types in PHPDoc types (#7779)
|
9 months ago |
Kuba Werłos
|
dcaee185d9
chore: `DescribeCommand` - better handling of deprecations (#7778)
|
9 months ago |
Dariusz Rumiński
|
8a50ef3518
feat: update `Symfony.nullable_type_declaration_for_default_null_value` config (#7773)
|
9 months ago |
Kuba Werłos
|
0e5b5dce4d
fix: `LowercaseStaticReferenceFixer` - do not change typed constants (#7775)
|
9 months ago |
Krzysztof Rewak
|
49fc633d0e
fix: `ClassKeywordFixer` must run before `FullyQualifiedStrictTypesFixer` (#7767)
|
9 months ago |
Dariusz Rumiński
|
eb833c9c78
docs: docker in CI - don't suggest command that overrides path from config file (#7763)
|
10 months ago |
Michael Voříšek
|
27c0ba8893
feat: `@PhpCsFixer` ruleset - enable `php_unit_data_provider_static` (#7685)
|
10 months ago |
Dariusz Rumiński
|
48a62f094b
DX: check deprecations exactly (#7742)
|
10 months ago |
Dariusz Ruminski
|
0e2de6024a
bumped version
|
10 months ago |