Dariusz Rumiński
|
47530e1750
depr: `nullable_type_declaration_for_default_null_value` - deprecate option that is against `@PHP84Migration` (#7872)
|
1 year ago |
Michael Voříšek
|
54e8f39bcb
feat: Add support for callable template in PHPDoc parser (#7084)
|
1 year ago |
Dariusz Rumiński
|
ffce76bfb2
chore: list over array in more places (#7876)
|
1 year ago |
Gregor Harlan
|
14a5ed1597
feat: `@Symfony:risky` - add `no_unreachable_default_argument_value` (#7863)
|
1 year ago |
Julien Falque
|
ac2bbeafd5
fix: Correctly indent multiline constants and properties (#7875)
|
1 year ago |
SharkyKZ
|
18d9e42f27
fix: Constant invocation detected in DNF types (#7869)
|
1 year ago |
tamiroh
|
b52108e784
fix: `no_useless_concat_operator` - do not break variable (#7827)
|
1 year ago |
Kuba Werłos
|
291fdbf856
chore: fix PHPStan 1.10.60 issues (#7873)
|
1 year ago |
Michael Voříšek
|
f256c855fc
feat: `PhpCsFixer` ruleset - enable `nullable_type_declaration_for_default_null_value` (#7870)
|
1 year ago |
Kuba Werłos
|
450a834a46
chore: update PHPStan (#7871)
|
1 year ago |
Kuba Werłos
|
b68c8bae9b
fix: `TokensAnalyzer` - handle unary operator in arrow functions (#7862)
|
1 year ago |
Dariusz Ruminski
|
438d5eac73
bumped version
|
1 year ago |
Dariusz Ruminski
|
127fa74f01
prepared the 3.51.0 release
|
1 year ago |
Kuba Werłos
|
008b8248ed
chore: tests documentation classes (#7855)
|
1 year ago |
Dariusz Rumiński
|
413066cb56
feat: `@Symfony` - add nullable_type_declaration (#7856)
|
1 year ago |
Dariusz Rumiński
|
64c4398977
chore: list over array in more places (#7857)
|
1 year ago |
Dariusz Rumiński
|
1543a7a0ce
test: fix wrong type in param annotation (#7858)
|
1 year ago |
Kuba Werłos
|
e1b66dd775
chore: add missing tests for non-documentation classes (#7848)
|
1 year ago |
Kuba Werłos
|
0c28ccaf61
chore: do not perform type analysis in tests (#7852)
|
1 year ago |
Dariusz Ruminski
|
e74af8775c
bumped version
|
1 year ago |
Dariusz Ruminski
|
dbea11dcb6
prepared the 3.50.0 release
|
1 year ago |
Kuba Werłos
|
87944756ee
chore: rename variables (#7847)
|
1 year ago |
Kuba Werłos
|
0edbfb9762
fix: `ExecutorWithoutErrorHandler` - remove invalid PHP 7.4 type (#7845)
|
1 year ago |
Kuba Werłos
|
ea01071584
chore: add missing types (#7842)
|
1 year ago |
Greg Korba
|
591fb20707
fix: Proper build target for local Docker Compose (#7834)
|
1 year ago |
Kuba Werłos
|
4ab8fc435f
fix: `TypeExpression` - handle array shape key with dash (#7841)
|
1 year ago |
Kuba Werłos
|
c505b556e0
feat: `MbStrFunctionsFixer` - add support for `mb_trim`, `mb_ltrim` and `mb_rtrim` functions (#7840)
|
1 year ago |
Michael Voříšek
|
f8a0ecf07a
fix: `fully_qualified_strict_types` must honor template/local type identifiers (#7724)
|
1 year ago |
tamiroh
|
b113059b28
chore: Fix typos (#7835)
|
1 year ago |
Dariusz Rumiński
|
aba9464f67
feat: `no_superfluous_phpdoc_tags` - introduce `allow_future_params` option (#7743)
|
1 year ago |
Dariusz Rumiński
|
591bb8bddb
chore: DataProviderAnalysis - expect list over array (#7800)
|
1 year ago |
Dariusz Rumiński
|
c1a9344ce4
chore: BlocksAnalyzer - raise exception on invalid index (#7819)
|
1 year ago |
Kuba Werłos
|
4f36a12c84
chore: do not use `@medium` on method level (#7833)
|
1 year ago |
Kuba Werłos
|
5bb439bfaa
chore: do not use `@large` on method level (#7832)
|
1 year ago |
Greg Korba
|
0bb1e4b77f
feat: Allow shortening symbols from multi-use statements (only classes for now) (#7816)
|
1 year ago |
Greg Korba
|
8210c16064
feat: Ability to remove unused imports from multi-use statements (#7815)
|
1 year ago |
Kuba Werłos
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
1 year ago |
Kuba Werłos
|
13df1fcba4
fix: `MethodArgumentSpaceFixer` - do not break heredoc/nowdoc (#7828)
|
1 year ago |
Kuba Werłos
|
db62eb38d5
CI: fix PHP 8.4 job (#7829)
|
1 year ago |
Kuba Werłos
|
36c7a657f4
feat: allow PHPUnit 11 (#7824)
|
1 year ago |
Kuba Werłos
|
06abc79380
feat: PhpUnitTestCaseStaticMethodCallsFixer - cover PHPUnit v11 methods (#7822)
|
1 year ago |
Kuba Werłos
|
60dbedb424
fix: do not use wrongly named arguments in data providers (#7823)
|
1 year ago |
Michael Voříšek
|
7d399e3d8e
fix: union PHPDoc support in `fully_qualified_strict_types` fixer (#7719)
|
1 year ago |
Greg Korba
|
43b0c86587
fix: `SingleSpaceAroundConstructFixer` - correctly recognise multiple constants (#7700)
|
1 year ago |
Greg Korba
|
b1ffa8aaeb
feat: Support for multi-use statements in `NamespaceUsesAnalyzer` (#7814)
|
1 year ago |
Kuba Werłos
|
60edba399b
fix: `PhpUnitStrictFixer` - do not crash on property having the name of method to fix (#7804)
|
1 year ago |
Kuba Werłos
|
ee8a4efb8d
feat: introduce `PhpdocArrayTypeFixer` (#7812)
|
1 year ago |
Gregor Harlan
|
fe8f7fd77a
fix: PhpdocListTypeFixer - support key types containing `<…>` (#7817)
|
1 year ago |
Greg Korba
|
1fc90dab14
fix: Ensure PCNTL extension is always installed in Docker (#7782)
|
1 year ago |
Dariusz Rumiński
|
aafe887b1f
chore: some improvements around array typehints (#7799)
|
1 year ago |