6416 Commits

Author SHA1 Message Date
Tomas Votruba
a6ccb11cd6 fix default value type 2019-10-30 18:41:33 +01:00
Tomas Votruba
7606da42be add failing test case 2019-10-30 15:45:47 +01:00
Tomas Votruba
1620cf0211 apply code-quality 2019-10-30 15:38:30 +01:00
Tomas Votruba
6f667830fd Fix JoinStringConcatRector for too long lines 2019-10-30 14:38:43 +01:00
Tomas Votruba
e57526e4e4 Fix RemoveAlwaysTrueConditionSetInConstructorRector for nullable 2019-10-30 14:20:18 +01:00
Tomas Votruba
89f62fe98a use interface for AnnotationReader 2019-10-30 14:20:18 +01:00
Tomas Votruba
0f47150639 travis: be strict on dog food 2019-10-30 14:20:18 +01:00
Tomas Votruba
9e1b4cbcf6 add relative path config report to open file in IDE 2019-10-30 12:28:29 +01:00
Tomáš Votruba
5f996badbd
Add Rector-CI and handy "sets" parameter (#2221)
Add Rector-CI and handy "sets" parameter
2019-10-30 12:26:45 +01:00
Tomas Votruba
8dc4336ce8 add SetOptinosResolver and ConfigResolver 2019-10-30 12:17:26 +01:00
Tomas Votruba
7a86b244e8 travis: allow PHP 7.4 2019-10-30 11:56:21 +01:00
Tomas Votruba
07a1f1e848 move ci scripts to from /bin to /ci 2019-10-30 11:56:21 +01:00
Tomas Votruba
7b22122fe1 remove unused file 2019-10-30 11:12:57 +01:00
Tomas Votruba
2ae405dd73 add rector-ci 2019-10-30 10:57:00 +01:00
Tomáš Votruba
c2aadb9af0
[cs] re-order private methods by call order (#2220)
[cs] re-order private methods by call order
2019-10-30 10:55:33 +01:00
Tomas Votruba
7850a0d1f6 [cs] remove NoClassInstantiationSniff 2019-10-30 10:55:04 +01:00
Tomas Votruba
40c49710e9 [cs] reoder private methods by call order 2019-10-30 10:49:07 +01:00
Tomáš Votruba
807f692ec1
FIX AddDoesNotPerformAssertionToNonAssertingTest (#2217)
FIX AddDoesNotPerformAssertionToNonAssertingTest
2019-10-29 19:05:03 +01:00
Tomáš Votruba
a81a1c31a6
Fix empty -c/--config value (#2218)
Fix empty -c/--config value
2019-10-29 18:04:56 +01:00
Tomas Votruba
e5194fecc2 add --xdebug option 2019-10-29 17:58:44 +01:00
Tomas Votruba
51403e5348 Fix empty -c/--config value 2019-10-29 17:46:24 +01:00
Dave Liddament
d61d175178 FIX AddDoesNotPerformAssertionToNonAssertingTest
Fix bug where rector added @doesNotPerformAssertion when using
2019-10-29 16:18:13 +00:00
Tomáš Votruba
222bca66d4
Merge pull request #2214 from ktomk/bug-2205
travis dogfood replay
2019-10-29 17:08:07 +01:00
Tom Klingenberg
e825288a0c travis coverage replay
fails at home.

expected execution on travis php 7.3 (dogfood).
2019-10-29 01:06:50 +01:00
Tom Klingenberg
c9f7af74aa travis dogfood replay
fails at home.

expected execution on travis php 7.3 (dogfood).
2019-10-29 01:02:43 +01:00
Tomáš Votruba
ebabd78815
Merge pull request #2211 from rectorphp/docker-ignore-more-files
Ignore not required files in docker build
2019-10-28 16:39:34 +01:00
Jan Mikeš
b02882627d
Ignore not required files in docker build
Fixes #2185
2019-10-28 15:55:53 +01:00
Tomáš Votruba
e72eb34a4c
[PHPUnit 7.5] Add WithConsecutiveArgToArrayRector (#2206)
[PHPUnit 7.5] Add WithConsecutiveArgToArrayRector
2019-10-27 14:34:19 +01:00
Tomas Votruba
848c43dc6d [PHPUnit] Add WithConsecutiveArgToArrayRector 2019-10-27 14:29:28 +01:00
Tomáš Votruba
be42a0776d
Merge pull request #2203 from rectorphp/optimize
optimize ConsoleExecuteReturnIntRector
2019-10-26 18:21:30 +02:00
Tomas Votruba
55826c1432 add ternary operator 2019-10-26 12:41:01 +02:00
Tomas Votruba
340e38e5f6 optimize AssertComparisonToSpecificMethodRector 2019-10-26 12:14:39 +02:00
Tomas Votruba
07413334f7 optimize ConsoleExecuteReturnIntRector 2019-10-26 12:11:49 +02:00
Tomáš Votruba
10043573e9
Merge pull request #2202 from keulinho/fix-command-return-int-rector-for-multi-inheritance
Fix ConsoleExecuteReturnIntRector if target class not directly extends Command
2019-10-26 09:38:12 +02:00
Tomáš Votruba
18a460b81a
Merge pull request #2196 from sbine/master
Update grammar in the README for clarity
2019-10-26 09:36:58 +02:00
Sara Bine
f74cfbca5f Update wording in the README 2019-10-25 18:11:11 -07:00
Sara Bine
71b4dedc8c Adjust wording in README per PR feedback 2019-10-25 10:38:41 -07:00
Jonas Elfering
8e19132c7b Fix ConsoleExecuteReturnIntRector if target class not directly extends Command
Fixes: https://github.com/rectorphp/rector/pull/2200#issuecomment-546327783
2019-10-25 14:45:54 +02:00
Tomáš Votruba
4f7bca387d
Merge pull request #2200 from keulinho/fix-execute-return-int-rector-for-non-commands
Fix ConsoleExecuteReturnIntRector for non console commands
2019-10-25 14:07:41 +02:00
Jonas Elfering
cb3ef10aef Fix ConsoleExecuteReturnIntRector for non console commands
Fixes: https://github.com/rectorphp/rector/pull/2197
2019-10-25 12:39:01 +02:00
Tomáš Votruba
c86d9fc9de
Merge pull request #2197 from franmomu/command_test
Add test to ConsoleExecuteReturnIntRector for a not command class
2019-10-25 11:55:41 +02:00
Tomáš Votruba
842418305a
Merge pull request #2198 from rectorphp/fix-typo3-package-readme
Fixed TYPO3 community package link
2019-10-25 11:54:07 +02:00
Jan Mikeš
03de260687
Fixed TYPO3 community package link 2019-10-25 11:12:43 +02:00
Fran Moreno
a4099eb99b Add test to ConsoleExecuteReturnIntRector for a not command class 2019-10-25 10:53:33 +02:00
Sara Bine
84ff062685 Fix link to typo3-rector 2019-10-24 18:04:18 -07:00
Sara Bine
d2a6e16f90 Update grammar in the README for clarity 2019-10-24 17:59:42 -07:00
Tomas Votruba
f22065154b update CHANGELOG 2019-10-24 12:09:18 +02:00
Tomáš Votruba
32a5e000e6
[Laravel] Add Laravel 6 instant upgrade set (#2195)
[Laravel] Add Laravel 6 instant upgrade set
v0.5.19
2019-10-24 12:03:33 +02:00
Tomas Votruba
99d30f3f17 fix locatoin 2019-10-24 11:56:55 +02:00
Tomas Votruba
8d1b732d0f use ->name on method call 2019-10-24 11:54:47 +02:00