John Paul E. Balandan, CPA
|
4f0e839371
feature: `BlankLineBeforeStatementFixer` - skip enum cases (#7203)
|
1 year ago |
Kuba Werłos
|
38728f554f
DX: enable `HeredocIndentationFixer` for the codebase (#7195)
|
1 year ago |
Kuba Werłos
|
587def308a
DX: apply `ReturnToYieldFromFixer` (#7181)
|
1 year ago |
Kuba Werłos
|
d46818d084
DX: add `YieldFromArrayToYieldsFixer` to `PhpCsFixer` set (#7115)
|
1 year ago |
Kuba Werłos
|
b5d8d917ea
DX: make data providers return type "iterable" (#7072)
|
1 year ago |
SpacePossum
|
29b4990f73
minor: PHP8.3 - Fix TokensAnalyzer::isAnonymousClass support for `readonly` (#7013)
|
1 year ago |
Greg Korba
|
7995c50100
DX: Include self_static_accessor fixer in PhpCsFixer set (#6882)
|
1 year ago |
Kuba Werłos
|
2c8332b623
bug: BinaryOperatorSpacesFixer - fix parameters with union types passed by reference (#6826)
|
2 years ago |
Kuba Werłos
|
e561bd1818
minor: PHP8.2 - handle union and intersection types for DNF types (#6804)
|
2 years ago |
Grzegorz Korba
|
d611a46955
feature: [PHP8.2] Support for readonly classes (#6745)
|
2 years ago |
Dariusz Rumiński
|
fd5d09309d
DX: use numeric_literal_separator (#6766)
|
2 years ago |
Kuba Werłos
|
a2bdba33dd
Make static data providers that are not using dynamic calls (#6696)
|
2 years ago |
Jeremiasz Major
|
9b070d0d35
feature: Support for constants in traits (#6607)
|
2 years ago |
Jeremiasz Major
|
4d5472ca2c
DX: Specify value type in iterables in tests (#6594)
|
2 years ago |
SpacePossum
|
10005119bf
bug: TypeAlternationTransformer - TypeIntersectionTransforme - Bug: handle attributes (#6579)
|
2 years ago |
Jakub Kwaśniewski
|
a7ed665307
feature: Introduce configurability to PhpdocSeparationFixer (#6501)
|
2 years ago |
Kuba Werłos
|
198293be07
feature: WhitespaceAfterCommaInArrayFixer - add option "ensure_single_space" (#6527)
|
2 years ago |
Jeremiasz Major
|
93beae7eef
bug: Fix BinaryOperatorSpacesFixer adding whitespace outside PHP blocks (#6476)
|
2 years ago |
Julien Falque
|
15ce60de1b
minor: Remove unnecessary PHP version constraints (#6461)
|
2 years ago |
SpacePossum
|
c17e8422ec
DX: cleanup test (#6410)
|
2 years ago |
Jérémy DECOOL
|
866715801a
bug: TokensAnalyzer - fix intersection types considered as binary operator (#6414)
|
2 years ago |
SpacePossum
|
37ef9af66f
PHP8.1 - Enum support
|
3 years ago |
SpacePossum
|
07d837422b
PHP7.4 - clean up tests
|
3 years ago |
SpacePossum
|
eb1e3d5dcc
TokensAnalyzer - fix isConstantInvocation detection for mulitple exce…
|
3 years ago |
SpacePossum
|
923af7bc30
clean ups
|
3 years ago |
SpacePossum
|
79f0872575
TokensAnalyzer.php - Fix T_ENCAPSED_AND_WHITESPACE handling in isBinaryOperator
|
3 years ago |
SpacePossum
|
44f272e753
Clean up test based on PHP requirements
|
3 years ago |
SpacePossum
|
85355e715d
Type alternate fixes
|
3 years ago |
SpacePossum
|
6b4ded3437
PHP8.1 - New in initializers (start)
|
3 years ago |
SpacePossum
|
ef7be2f845
PHP8.1 - "final const" support
|
3 years ago |
SpacePossum
|
c68307577b
PHP8.1 - "readonly" property modifier support
|
3 years ago |
SpacePossum
|
0b64c2a5cf
Tree shake PHP8.1 PRs
|
3 years ago |
SpacePossum
|
87f08d8b5c
Prepare for PHP8.1, clean ups, type hints, SCA
|
3 years ago |
SpacePossum
|
6348e87c1e
TokensAnalyzer - isAnonymousClass bug on PHP8
|
3 years ago |
SpacePossum
|
3a18c3205e
TokensAnalyzer - isConstantInvocation PHP 8 issue
|
3 years ago |
SpacePossum
|
0b1320af10
simplify code, more tests
|
3 years ago |
Kuba Werłos
|
59c3e9459f
Remove references to PHP 7.0 in tests
|
3 years ago |
Kuba Werłos
|
21d6643378
GlobalNamespaceImportFixer - fix for attributes imported as constants
|
3 years ago |
Kuba Werłos
|
62455be671
TypeAlternationTransformer - fix for "callable" type
|
3 years ago |
Kuba Werłos
|
8a86d48971
Remove references to PHP 7.0 in tests
|
3 years ago |
Dariusz Ruminski
|
bd8ec6a308
DX: automate checking 7.0 types on project itself
|
3 years ago |
Dariusz Ruminski
|
637d3439c5
Merge branch '2.19' into 3.0
|
3 years ago |
Dariusz Ruminski
|
4848de946b
bug #5738 TokensAnalyzer - fix for union types (kubawerlos)
|
3 years ago |
Kuba Werłos
|
f3ac3970fa
TokensAnalyzer - fix for union types
|
3 years ago |
Dariusz Ruminski
|
365b65bb4e
Merge branch '2.19' into 3.0
|
3 years ago |
Kuba Werłos
|
d52875dc86
Fix constant invocation detection cases
|
3 years ago |
Dariusz Ruminski
|
7b84f6d2f3
Merge branch 'master' into 3.0
|
3 years ago |
Kuba Werłos
|
5b36241fa8
TrailingCommaInMultilineFixer - introduction
|
3 years ago |
Dariusz Ruminski
|
3662999495
Merge branch 'master' into 3.0
|
3 years ago |
Kuba Werłos
|
91b5d10553
Add support for nullsafe object operator
|
4 years ago |