Kuba Werłos
|
50dd7d9f9f
Fix: Symfony 4.2 deprecations
|
6 years ago |
Dariusz Ruminski
|
62eddc8f90
minor #4162 DX: Drop symfony/lts (keradus)
|
6 years ago |
Dariusz Ruminski
|
6b3fc01ebe
DX: Drop symfony/lts
|
6 years ago |
Dariusz Ruminski
|
a05c675259
minor #4139 DX: Fix CircleCI (kubawerlos)
|
6 years ago |
Kuba Werłos
|
a628992107
Fix CircleCI
|
6 years ago |
SpacePossum
|
bfd2e87936
bug #4127 LowercaseConstantsFixer - Fix case with properties using constants as their name (srathbone)
|
6 years ago |
SpacePossum
|
37b8e19c85
bug #4119 PhpUnitNoExpectationAnnotationFixer - fix extracting content from annotation (kubawerlos)
|
6 years ago |
Kuba Werłos
|
7bca1d90bb
PhpUnitNoExpectationAnnotationFixer - fix extracting content from annotation
|
6 years ago |
Stephen Rathbone
|
6bdc98a3b3
LowercaseConstantsFixer - Fix case where fixer would incorrectly change class properties after the object operator.
|
6 years ago |
SpacePossum
|
b3074e235c
bug #4101 ReturnAssignmentFixer - do not touch invalid code (SpacePossum)
|
6 years ago |
SpacePossum
|
2082dc56b1
bug #4100 PhpdocAddMissingParamAnnotationFixer - Handle variable number of arguments and pass by reference cases (SpacePossum)
|
6 years ago |
SpacePossum
|
5f5dec1e13
bug #4036 ExplicitStringVariableFixer - fixes for backticks and for 2 variables next to each other (kubawerlos, Slamdunk)
|
6 years ago |
SpacePossum
|
4df11bd745
minor #3436 Add a handful of integration tests (BackEndTea)
|
6 years ago |
Filippo Tessarotto
|
88374e7869
ExplicitStringVariableFixer - fix case of 2 variables next to each other
|
6 years ago |
Kuba Werłos
|
e639163233
ExplicitStringVariableFixer - add test case for 2 variables next to each other
|
6 years ago |
Dariusz Ruminski
|
49c3a9e383
minor #4048 Tokens - inlined extractTokenKind() call on the hot path (staabm)
|
6 years ago |
Markus Staab
|
27c78e39fe
Tokens - inlined extractTokenKind() call on the hot path
|
6 years ago |
Dariusz Ruminski
|
696451d096
minor #4046 Token - Added fast isset() path to token->equals() (staabm)
|
6 years ago |
Markus Staab
|
577a46abcc
Added fast isset() path to token->equals()
|
6 years ago |
Dariusz Ruminski
|
727caca87e
bug #3987 Run HeaderCommentFixer after NoBlankLinesAfterPhpdocFixer (StanAngeloff)
|
6 years ago |
Stan Angeloff
|
da3bdea44b
Run HeaderCommentFixer after NoBlankLinesAfterPhpdocFixer
|
6 years ago |
Dariusz Ruminski
|
94092e469d
bug #3968 SelfAccessorFixer - support FQCN (kubawerlos)
|
6 years ago |
Kuba Werłos
|
57c35bfc0a
SelfAccessorFixer - support FQCN
|
6 years ago |
Dariusz Ruminski
|
e7bb26201d
minor #4047 Token - inline $other->getPrototype() to speedup equals() (staabm, keradus)
|
6 years ago |
Markus Staab
|
1aecb367c0
Token - inline $other->getPrototype() to speedup equals()
|
6 years ago |
Dariusz Ruminski
|
6b0562e83a
minor #4070 Docs: Add link to a VS Code extension in readme (jakebathman)
|
6 years ago |
jakebathman
|
cf2ee24db4
Docs: Add link to a VS Code extension in readme
|
6 years ago |
Dariusz Ruminski
|
0e55870a75
minor #4122 DX: AppVeyor - Update Composer download link (SpacePossum)
|
6 years ago |
SpacePossum
|
5148eb8fda
DX: AppVeyor - Update Composer download link
|
6 years ago |
Gert de Pagter
|
9c8e5c4851
Add a handful of integration tests
|
7 years ago |
SpacePossum
|
9603ac0bfa
bug #4099 HeaderCommentFixer - throw exception on invalid header configuration (SpacePossum)
|
6 years ago |
SpacePossum
|
273fa48a67
HeaderCommentFixer - throw exception on invalid header configuration
|
6 years ago |
SpacePossum
|
cb070251a2
bug #4116 OrderedImportsFixer - fix sorting without any grouping (SpacePossum)
|
6 years ago |
SpacePossum
|
aab29c206b
OrderedImportsFixer - fix sorting without any grouping
|
6 years ago |
SpacePossum
|
427f227a6d
bug #4107 Preg::split - fix for non-UTF8 subject (ostrolucky, kubawerlos)
|
6 years ago |
Kuba Werłos
|
b29848ed60
Fix Preg::split - fix for non-UTF8 subject
|
6 years ago |
SpacePossum
|
a6b0437630
bug #4073 IsNullFixer - fix function detection (kubawerlos)
|
6 years ago |
Kuba Werłos
|
55e9195f71
IsNullFixer - fix function detection
|
6 years ago |
SpacePossum
|
443bb5130f
bug #4071 DX: do not insert Token when calling removeLeadingWhitespace/removeTrailingWhitespace from Tokens (kubawerlos)
|
6 years ago |
Kuba Werłos
|
fafe950544
DX: do not insert Token when calling removeLeadingWhitespace/removeTrailingWhitespace from Tokens
|
6 years ago |
SpacePossum
|
154d0abd71
bug #3974 Psr4Fixer - class with anonymous class (kubawerlos)
|
6 years ago |
Kuba Werłos
|
77e25d6e01
Psr4Fixer - class with anonymous class
|
6 years ago |
SpacePossum
|
b6a51053c9
minor #3774 PhpUnitTestClassRequiresCoversFixer - Remove unneeded loop and use phpunit indicator class (BackEndTea, SpacePossum)
|
6 years ago |
Gert de Pagter
|
e6907ac195
PhpUnitTestClassRequiresCoversFixer - Remove unneeded loop and use phpunit indicator class
|
6 years ago |
SpacePossum
|
87d8ee66e5
minor #4115 Changes for upcoming Travis' infra migration (sergeyklay)
|
6 years ago |
SpacePossum
|
1df9e0e70b
minor #4110 Enhancement: Update localheinz/composer-normalize (localheinz)
|
6 years ago |
SpacePossum
|
d217e3d018
minor #4088 Add Travis test with strict types (kubawerlos)
|
6 years ago |
Kuba Werłos
|
f50fa2ef24
Add Travis test with strict types
|
6 years ago |
Serghei Iakovlev
|
035ad1283a
Changes for upcoming Travis' infra migration
|
6 years ago |
Andreas Möller
|
9b8c5333eb
Enhancement: Update localheinz/composer-normalize
|
6 years ago |