8041 Commits

Author SHA1 Message Date
Tomas Votruba
6668cfdb65
Merge pull request #3034 from rectorphp/checkstyle
Add checkstyle output format
2020-03-19 14:26:51 +01:00
TomasVotruba
d6aadd4ea3 add CurrentRectorProvider 2020-03-19 14:15:08 +01:00
TomasVotruba
ddf8de2e17 move AffectedFilesCollector to ChangesReporting 2020-03-19 13:56:38 +01:00
TomasVotruba
3b57181603 add NotifyingNodeRemover 2020-03-19 13:56:38 +01:00
TomasVotruba
11114def28 add remove* method 2020-03-19 13:56:33 +01:00
TomasVotruba
eca4d54f58 add PR annotate workflow 2020-03-19 13:56:23 +01:00
TomasVotruba
97f5ff545c decouple ChangesReporting package 2020-03-19 13:55:54 +01:00
rector-bot
dc21275dd6 fixup! [Rector CI] Fixed Rector issues 2020-03-19 11:38:35 +00:00
Jan Mikeš
c3d4ac40e0
Fix pipeline workflow 2020-03-19 12:35:33 +01:00
Jan Mikeš
0ab75a0b74
Dogfood 2020-03-19 11:37:51 +01:00
Jan Mikeš
a2589b911e
Run CS Fix after Rector CI 2020-03-19 11:35:57 +01:00
Tomas Votruba
25510354c9
Merge pull request #3035 from pgrimaud/patch-1
Fix typo in README.md
2020-03-19 11:17:55 +01:00
Pierre Grimaud
56f877e496
Fix typo in README.md 2020-03-19 11:06:52 +01:00
Tomas Votruba
9c45b91a27
Merge pull request #3032 from rectorphp/skip-array-shifted-if
[DeadCode] Skip shifted variable
2020-03-18 17:02:19 +01:00
TomasVotruba
1d4a20d402 [DeadCode] Skip shifted variable 2020-03-18 16:56:50 +01:00
Tomas Votruba
9a3afb2fdc
Merge pull request #3031 from rectorphp/array-code-indent
fix asterisk indent
2020-03-18 16:37:36 +01:00
TomasVotruba
1b5c8582e4 fix asterisk indent 2020-03-18 16:33:12 +01:00
Tomas Votruba
eec5295cb6
Merge pull request #3030 from rectorphp/php-cs-comment
fix no-space change reprint in case of dual comment
2020-03-18 16:13:44 +01:00
TomasVotruba
1182074418 fix no-space change reprint in case of dual comment 2020-03-18 16:07:53 +01:00
Tomas Votruba
771b923d3c
Merge pull request #3022 from alexeyshockov/php74-reflection-deprecation-fix
PHP 7.4 deprecation fix
2020-03-17 15:36:24 +01:00
Alexey Shokov
1ebb7f7b70
PHP 7.4 deprecation fix 2020-03-17 15:11:59 +04:00
Tomas Votruba
0d457cafc9
Merge pull request #3029 from rectorphp/fix-other-loop
Fix other loop
2020-03-16 21:12:00 +01:00
TomasVotruba
4615a9d83d Fix ForToForeachRector for used dim fetch 2020-03-16 21:06:50 +01:00
TomasVotruba
66bd900e18 clear fixture 2020-03-16 17:00:19 +01:00
Tomas Votruba
7e88261841
Merge pull request #3027 from crishoj/for-to-foreach-bug
ForToForeachRector fixture
2020-03-16 16:57:42 +01:00
Christian Rishøj
db70bbf21f
separate fixture file (re rectorphp/rector#3026) 2020-03-16 16:17:58 +01:00
Christian Rishøj
6e63e3b0b7
isolate case with inapplicable loop (re rectorphp/rector#3026) 2020-03-16 16:15:56 +01:00
Christian Rishøj
052fb9a506
add failing test case 2020-03-16 14:41:53 +01:00
TomasVotruba
5cc6cdfb2b fix set location 2020-03-16 13:13:16 +01:00
Tomas Votruba
2a08a6377f
Merge pull request #3024 from rectorphp/add-doc-beha-2
add DoctrineBehaviors 2.0
2020-03-16 12:53:58 +01:00
Tomas Votruba
5195f663f8
Merge pull request #3023 from rectorphp/add-doc-beha-2
add DoctrineBehaviors 2.0
2020-03-16 12:51:59 +01:00
TomasVotruba
18183dd55d add doctrine behaviors 20 2020-03-16 12:51:29 +01:00
TomasVotruba
82f5c6d2b0 add doctrine behaviors 20 2020-03-16 12:51:23 +01:00
Tomas Votruba
a2a32a4919
Merge pull request #3021 from nightlinus/phpunit9-assertContainsEquals
add phpunit 9 rector to convert non-strict assertContains
2020-03-15 19:17:01 +01:00
nightlinus
e2b5ff1df2 SpecificAssertContainsWithoutIdentityRector: add phpunit 9 compatibility rector
As of https://github.com/sebastianbergmann/phpunit/issues/3426 assertContains() and assertNotContains() will perform strict comparisons starting with PHPUnit 9 where non-strict comparisons were performed in PHPUnit 8 and earlier; assertContainsEqual() and assertNotContainsEqual() should be used instead if needed non-strict comparison
2020-03-15 12:16:55 +03:00
Tomas Votruba
dca6f70271
Merge pull request #3019 from rectorphp/fix-array-spread
add fix for getIterator() on Finder for Array spread
2020-03-14 14:59:03 +01:00
TomasVotruba
49bae2730a CI: run sonar only on master 2020-03-14 14:52:55 +01:00
TomasVotruba
b2a4787df8 add fix for getIterator() on Finder for Array spread 2020-03-14 14:52:55 +01:00
Jan Mikeš
3b6855111a
Merge pull request #3016 from rectorphp/dogfood-cleanup
Delete DogFoodClass
2020-03-13 00:12:04 +01:00
Jan Mikeš
eb3785fa69
Delete DogFoodClass 2020-03-13 00:11:42 +01:00
Jan Mikeš
81812afbe7
Merge pull request #3015 from rectorphp/push-from-fork
Rector CI is now exclusive for non-fork pushes + PRs
2020-03-13 00:06:54 +01:00
rector-bot
de655335d8 [Rector CI] Fixed Rector issues 2020-03-12 23:01:27 +00:00
Jan Mikeš
d395e1c28b
Failing commit, so bot can fix things up!
Rector CI job renamed to Rector and only reports, no fixes

Rector CI in Github Actions

Bot commit

Improved bot message a little

Feeding dog for the last time!

[Rector CI] Fixed Rector issues

Failing commit, so bot can fix things up!
2020-03-12 23:58:32 +01:00
Tomas Votruba
df67615e7a
Merge pull request #3013 from rectorphp/commit-rector-changes-from-github-actions
Commit rector processed changes from CI
2020-03-12 22:22:43 +01:00
rector-bot
d311765984 Bot commit 2020-03-12 21:04:05 +00:00
Jan Mikeš
c1a5271247
Missing echo 2020-03-12 22:01:14 +01:00
Jan Mikeš
ed52e820bc
Feeding dog 2020-03-12 21:43:34 +01:00
Jan Mikeš
b19b634399
Using git diff instead of diff-index 2020-03-12 21:43:22 +01:00
Jan Mikeš
781dd2c3c5
Debugging 2020-03-12 21:26:01 +01:00
Jan Mikeš
6cdb2dfa0d
Update workflow 2020-03-12 21:12:27 +01:00