Kuba Werłos
|
601f01f472
chore: add `@return` tags for data providers that do not have array in data (#8179)
|
2 месяцев назад |
Kuba Werłos
|
71187b8c2b
chore: cleanup tests that had `@requires PHP 7.4` ages ago (#8122)
|
3 месяцев назад |
Dariusz Rumiński
|
064efa1f89
refactor: refactor to templated trait+interface (#7988)
|
4 месяцев назад |
Greg Korba
|
66d2e154c2
fix: make `BinaryOperatorSpacesFixer` work as pre-v3.47 (#7751)
|
9 месяцев назад |
wadakatu
|
edce2ad4cb
fix: `BinaryOperatorSpacesFixer` - align correctly when multiple shifts occurs in single line (#7593)
|
10 месяцев назад |
Kuba Werłos
|
afef6a70af
fix: BinaryOperatorSpacesFixer - do not add whitespace inside short function (#7523)
|
11 месяцев назад |
SpacePossum
|
ca5617e824
chore: typo (#7367)
|
1 год назад |
Mathieu Dubois
|
91fbabfb58
feature: add at least one space around binary operators (#7175)
|
1 год назад |
Kuba Werłos
|
587def308a
DX: apply `ReturnToYieldFromFixer` (#7181)
|
1 год назад |
Kuba Werłos
|
b5d8d917ea
DX: make data providers return type "iterable" (#7072)
|
1 год назад |
Kuba Werłos
|
617aabaf6c
DX: rename data providers (#7058)
|
1 год назад |
Kuba Werłos
|
e68398d0d8
bug: BinaryOperatorSpacesFixer - fix for static in type (#6835)
|
1 год назад |
Kuba Werłos
|
2c8332b623
bug: BinaryOperatorSpacesFixer - fix parameters with union types passed by reference (#6826)
|
1 год назад |
Vincent Langlet
|
6b7eb5b12d
feature: binary_operator_spaces - Revert change about => alignment and use option instead (#6724)
|
1 год назад |
Kuba Werłos
|
a2bdba33dd
Make static data providers that are not using dynamic calls (#6696)
|
1 год назад |
Vincent Langlet
|
ad0a87e269
bug: Align all the arrows inside the same array (#6590)
|
2 лет назад |
Jeremiasz Major
|
4d5472ca2c
DX: Specify value type in iterables in tests (#6594)
|
2 лет назад |
Vincent Langlet
|
e59005df5e
bug: [BinaryOperatorFixer] Fix more issues with scoped operators (#6559)
|
2 лет назад |
Vincent Langlet
|
2c36a47a04
bug: BinaryOperatorSpacesFixer: Solve issues with scoped arrow and equal alignments (#6515)
|
2 лет назад |
Vincent Langlet
|
953b8380de
bug: Fix 3 weird behavior about BinaryOperatorSpacesFixer (#6450)
|
2 лет назад |
Jeremiasz Major
|
93beae7eef
bug: Fix BinaryOperatorSpacesFixer adding whitespace outside PHP blocks (#6476)
|
2 лет назад |
Julien Falque
|
15ce60de1b
minor: Remove unnecessary PHP version constraints (#6461)
|
2 лет назад |
Jérémy DECOOL
|
866715801a
bug: TokensAnalyzer - fix intersection types considered as binary operator (#6414)
|
2 лет назад |
Vincent Langlet
|
eea710d241
bug: BinaryOperatorSpacesFixer - Fix align of operator with function declaration (#6445)
|
2 лет назад |
Vincent Langlet
|
8438b669e2
bug: BinaryOperatorSpacesFixer - Allow to align `=` inside array definitions (#6444)
|
2 лет назад |
SpacePossum
|
e01726a514
more test
|
2 лет назад |
John Paul E. Balandan, CPA
|
85ee54ec7f
BinaryOperatorSpacesFixer - Fix for alignment in `elseif`
|
2 лет назад |
Vincent Langlet
|
f7750fdeab
[BinaryOperatorSpacesFixer] Fix align of `=` inside calls of methods
|
3 лет назад |
SpacePossum
|
44f272e753
Clean up test based on PHP requirements
|
3 лет назад |
SpacePossum
|
0b64c2a5cf
Tree shake PHP8.1 PRs
|
3 лет назад |
SpacePossum
|
87f08d8b5c
Prepare for PHP8.1, clean ups, type hints, SCA
|
3 лет назад |
SpacePossum
|
0b1320af10
simplify code, more tests
|
3 лет назад |
Kuba Werłos
|
59c3e9459f
Remove references to PHP 7.0 in tests
|
3 лет назад |
Kuba Werłos
|
62455be671
TypeAlternationTransformer - fix for "callable" type
|
3 лет назад |
Dariusz Ruminski
|
637d3439c5
Merge branch '2.19' into 3.0
|
3 лет назад |
Kuba Werłos
|
f3ac3970fa
TokensAnalyzer - fix for union types
|
3 лет назад |
Julien Falque
|
6f74ce3694
Fix transforming deprecations into exceptions
|
3 лет назад |
Kuba Werłos
|
c9ec8a678e
Use method expectDeprecation from Symfony Bridge instead of annotation
|
3 лет назад |
Dariusz Ruminski
|
4e484d186e
DX: further typing improvements
|
3 лет назад |
Dariusz Ruminski
|
b567e30afc
Apply PHP 7.1 typing
|
3 лет назад |
Dariusz Ruminski
|
223d0c297d
Merge branch 'master' into 3.0
|
4 лет назад |
Alexey Kopytko
|
3d8284e738
Prep work to migrate to PHPUnit 9.x
|
4 лет назад |
Julien Falque
|
fc2f4e87f5
Merge branch 'master' into 3.0
|
4 лет назад |
Julien Falque
|
80244d878a
Fix tests with Symfony 5.1
|
4 лет назад |
Dariusz Ruminski
|
21c41f01bd
Merge branch 'master' into 3.0
|
5 лет назад |
Julien Falque
|
814df6b8d0
Ensure compatibility with PHP 7.4 arrow functions
|
5 лет назад |
Dariusz Ruminski
|
58d6bb9f4e
Merge branch 'master' into 3.0
|
5 лет назад |
Julien Falque
|
4088ff5c5e
Ensure compatibility with PHP 7.4 null coalescing assignment operator
|
5 лет назад |
Dariusz Ruminski
|
8f14ed617d
Merge branch 'master' into 3.0
|
5 лет назад |
Dariusz Ruminski
|
d25010b1b7
Configure no_superfluous_phpdoc_tags for Symfony
|
5 лет назад |