11278 Commits

Author SHA1 Message Date
Tomas Votruba
c1c6c9aaf2
[downgrade] remove extra configs, unite parameters (#5861) 2021-03-15 13:19:57 +00:00
Fonata
e0158925cd
Bugfix for AbsolutizeRequireAndIncludePathRector (#5858) 2021-03-14 23:17:49 +01:00
TomasVotruba
0670f8ee36 merge doctrine-services to doctrine-code-quality 2021-03-14 22:05:32 +01:00
TomasVotruba
3b7e88b3ba drop eab config, just 2 poor rules 2021-03-14 22:04:43 +01:00
Tomas Votruba
6bef1ded94
[scoped] rector now runs without command name too (#5857) 2021-03-14 21:41:06 +01:00
Abdul Malik Ikhsan
a2f1ac1c09
try back to check PrettyVersions only (#5856) 2021-03-14 19:49:55 +00:00
Abdul Malik Ikhsan
52d94dd8d5
[Scoper] Try fix InstalledVersions autoload in docker with env definition check (#5855) 2021-03-14 18:30:02 +00:00
Abdul Malik Ikhsan
0207942086
[Scoped] Flip Replace InstalledVersions class prefix (#5854)
* [Scoped] Flip Replace InstalledVersions class prefix

* try remove replace
2021-03-14 18:10:58 +00:00
Abdul Malik Ikhsan
3f3a209203
[Scoped] Remove surplus semicolon in scoper (#5853) 2021-03-14 17:25:34 +00:00
Abdul Malik Ikhsan
d249e01dc2
[Scoped] Fixes #5851 Fixes escape backslash regex on Scoper (#5852) 2021-03-14 17:10:45 +00:00
TomasVotruba
fc1e842da2 [scoped] trying to un-prefixed InstalledVersions 2021-03-14 17:51:40 +01:00
Abdul Malik Ikhsan
03594e4ca6
[Github Action] Fixes fail-fast location to be in strategy on publish_docker_images action (#5850)
* [Github Action] Fixes #5849 Fixes fail-fast location to be in strategy on publish_docker_images action

* final touch
2021-03-14 23:37:25 +07:00
Abdul Malik Ikhsan
a65d5de82f
[CodeQuality] Fixes #5844 Skip ChangeArrayPushToArrayAssignRector on not in expression (#5845) 2021-03-14 17:15:38 +01:00
Abdul Malik Ikhsan
fb8b9c1e75
[Php80] Handle Identical false in StrContainsRector (#5848)
* [Php80] Fixes #5847 Handle Identical false in StrContainsRector

* clean up

* more fixtures

* phpstan

* final touch
2021-03-14 17:14:49 +01:00
TomasVotruba
09f7d76368 fix namespace autoload 2021-03-14 14:22:25 +01:00
Tomas Votruba
751a7453dd
Apply new PHPStan rules from Symplify (#5843)
* apply new PHPStan rules from Symplify

* less directories to speedup CI
2021-03-14 14:11:24 +01:00
TomasVotruba
272e4b157a typo 2021-03-14 03:19:31 +01:00
TomasVotruba
684cc60692 add missing node finder 2021-03-14 03:19:31 +01:00
github-actions[bot]
bd1a0f1be7
[automated] Re-Generate Nodes/Rectors Documentation (#5840)
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com>
2021-03-14 01:55:25 +01:00
Tomas Votruba
634bc0eab8
cleanup (#5839) 2021-03-14 00:59:52 +01:00
TomasVotruba
051a06cbcb remove uuid left-overs 2021-03-14 00:49:58 +01:00
TomasVotruba
fd18aa0547 remove throws method 2021-03-14 00:46:34 +01:00
TomasVotruba
9cec23389e comments 2021-03-13 23:15:43 +01:00
TomasVotruba
3124fc226d scoper: skip installed versions 2021-03-13 23:14:38 +01:00
TomasVotruba
badaaaf99d [CI] build prefixed on PHP 7.3, that is being used for deps 2021-03-13 21:41:14 +01:00
TomasVotruba
e59694cda1 composer: disable platform check to allow downgraded and prefixed rector 2021-03-13 20:50:37 +01:00
Abdul Malik Ikhsan
3e6a8f83b6
[GitAttributes] Register rules-tests to .gitattributes (#5836) 2021-03-13 20:41:43 +01:00
Tomas Votruba
d7cb28e37a
[Symfony 5.1] Add RouteCollectionBuilderToRoutingConfiguratorRector (#5835)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-13 16:11:49 +00:00
Tomas Votruba
da12199150
cleanup return docs (#5834) 2021-03-13 16:15:10 +01:00
Abdul Malik Ikhsan
417ef19a23
[TypeDeclaration] Skip null type on non-private property and not used on CompleteVarDocTypePropertyRector (#5833) 2021-03-13 15:19:09 +01:00
Tomas Votruba
9beb1da3c0
Move fixture requirement from command line to a test case (#5832) 2021-03-13 15:07:31 +01:00
Tomas Votruba
ab1154f6c8
[CI] Drop fixture checks, that are now covered by static reflection (#5831) 2021-03-13 11:47:11 +01:00
Matthias Pigulla
5677e7caef
Don't abort building Docker images when one variant fails (#5830) 2021-03-13 11:29:44 +01:00
Tomas Votruba
0acc05cc6e
remove runnable interface, to lower complexity (#5829) 2021-03-13 01:23:22 +00:00
Tomas Votruba
721f619a1d
Post moving cleanup (#5827) 2021-03-12 23:52:38 +00:00
Tomas Votruba
157c39aefc
[DX] move src/tests rules from micro-packages to single PSR-4 structure (#5826) 2021-03-12 23:20:25 +01:00
Tomas Votruba
c791f5ed60
[RectorGenerator] Decouple to external package (#5825) 2021-03-12 20:13:27 +01:00
Tomas Votruba
67670e70ad
[DX] move packages from src/tests to single PSR-4 directory (#5824) 2021-03-12 01:21:29 +00:00
TomasVotruba
eb80d1a48b bump master branch to main 2021-03-11 21:29:21 +01:00
TomasVotruba
9acb74fae5 fix scoped versions compoer 2021-03-11 21:25:51 +01:00
Abdul Malik Ikhsan
28e1e1f3f4
[PHP 7.3] Register existing ContinueToBreakInSwitchRector in PHP 5.2 set to PHP 7.3 config set (#5820)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-11 11:58:11 +01:00
Tomas Votruba
2e3a9e7166
improve array-string-class type (#5817) 2021-03-09 23:00:45 +00:00
Tomas Votruba
d94a65dd95
[NodeTypeResolver] Fix array dim fetch return type resolver (#5815) 2021-03-09 18:47:56 +00:00
Abdul Malik Ikhsan
259cd039e5
[Renaming] Handle RenameClassRector on auto import with same class name last namespace part (#5814)
Co-authored-by: Sebastian Schreiber <breakpoint@schreibersebastian.de>
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-09 19:18:24 +01:00
Tomas Votruba
338f2c1a69
make process the default command (#5813) 2021-03-09 16:32:42 +00:00
TomasVotruba
37e5b9b789 fix cs 2021-03-09 17:26:08 +01:00
Tomas Votruba
37268aa9e0
workaround template node (#5812) 2021-03-09 15:49:33 +00:00
Tomas Votruba
e09560c68f
use single type (#5811)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-09 15:22:49 +01:00
Tomas Votruba
7467af9026
add return type class string (#5810) 2021-03-09 11:01:16 +00:00
Tomas Votruba
88ba75f820
[PHPUnit] Remove old test case in AddSeeTestAnnotationRector (#5809) 2021-03-09 10:54:34 +00:00