Commit Graph

375 Commits

Author SHA1 Message Date
Tomas Votruba
a218dda059
[DX] Move PhpVersionProvider from AbstractRector to particular services (#2189) 2022-04-28 22:02:52 +02:00
Tomas Votruba
278cd56de5
Bump min to PHP 7.2 (#1955)
Co-authored-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
2022-03-24 22:17:08 +01:00
Abdul Malik Ikhsan
d8b4a92932
[Doc] Add CONTRIBUTING.md (#79) 2021-05-20 00:34:39 +01:00
Tomas Votruba
1a88977444
Bump min PHP to 8, cleanup readmes (#1) 2021-05-10 20:00:54 +02:00
TomasVotruba
464ca91f87 README: packages are already included in logos, remove them and keep once 2021-05-08 02:09:21 +02:00
Tomas Votruba
ac82ae6a63
Move from SETS parameter to explicit import() (#6375) 2021-05-06 20:06:31 +00:00
TomasVotruba
5eadda433e misc 2021-05-04 17:32:07 +02:00
TomasVotruba
2fa60fc071 README: add dump_node() function note 2021-05-04 17:31:50 +02:00
TomasVotruba
514a8b0513 README: remove symfony config, moved to rector-symfony 2021-05-04 17:27:55 +02:00
Sebastian Schreiber
255b1fcbf7
[TASK] Add template type option for init command (#6233) 2021-04-25 21:43:59 +02:00
Tomas Votruba
764c311565
[docs] add auto imports docs (#6240) 2021-04-25 11:43:24 +02:00
Tomas Votruba
31c06b2fcb
[docs] add Static Reflection and Autoload (#6238) 2021-04-25 11:04:04 +02:00
Tomas Votruba
a07e49c43b
bump Symplify packages (#6134) 2021-04-14 14:29:15 +00:00
Abdul Malik Ikhsan
2e8d6091c4
Readme and docs should be included in rector installation (#5973) 2021-03-24 23:35:58 +01:00
Tomas Votruba
27e9ad030a
Remove buggy rules that depend on false condition of all class and calls analysis, to improve static reflection (#5958)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-23 23:13:35 +01:00
Tomas Votruba
60b58421e3
Add bootstrap files option to allow including files (#5964) 2021-03-23 18:53:39 +00:00
Abdul Malik Ikhsan
de14023b88
[Doc] Fixes spacing in images position in readme (#5946) 2021-03-22 12:29:14 +01:00
Abdul Malik Ikhsan
be39fb9a75
[Doc] Remove unused images assets and apply phpunit image in readme (#5933) 2021-03-21 10:52:56 +01:00
Markus Staab
74a54f3bc4
Fix url to nodes-overview (#5695)
* Fix url to nodes-overview

* Update create_own_rule.md

* Update README.md
2021-02-28 10:36:32 +01:00
Abdul Malik Ikhsan
9f4353c2af
[Coverage] Delete weekly coverage generation (#5631)
* [Coverage] Delete weekly coverage generation

* remove coverage badge
2021-02-20 17:41:38 +00:00
Tomas Votruba
ddfeae3391
drop --match-git-diff, not reliable for dependencies; use enable_cache instead (#5609)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-02-18 15:55:31 +00:00
Ruud Kamphuis
1561e108c0
Readme > Explain print_node (#5595) 2021-02-17 18:48:35 +07:00
TomasVotruba
c25c67887e more spaces 2021-02-15 22:40:45 +01:00
TomasVotruba
8dfb338479 less spaces 2021-02-15 22:40:28 +01:00
Tomas Votruba
7a3f5a8c0a
remove unused RectorClassesProvider (#5482)
* remove unused RectorClassesProvider

* README: remove ci-checkstyle link, marginal topic, to avoid confusion for first readers
2021-02-09 22:43:04 +00:00
Tomas Votruba
50f6adf47e
consolidate AbstractRectorTrait (#5464)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-02-08 21:00:45 +00:00
Tomas Votruba
e9cdf37d16
Decopule nodes docs generator (#5453)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-02-08 02:04:48 +01:00
TomasVotruba
f0cf127eac README: repo link is good enough 2021-02-06 23:40:09 +01:00
TomasVotruba
ce1621b422 space 2021-02-06 23:32:49 +01:00
TomasVotruba
61de43f7c8 space 2021-02-06 23:32:26 +01:00
Tomas Votruba
ec5ed49020
[README] Add Typo3 and its repository (#5440) 2021-02-06 23:30:59 +01:00
Tomas Votruba
0a3dc08d61
drop Sonarcube (#5215) 2021-01-17 15:32:01 +00:00
Tomas Votruba
58d97b9853
[Naming] Fix Param type Promoted Rename (#5188)
* [Naming] Make RenameParamToMatchTypeRector skip promoted property

* [Naming] Add property rename to RenamePropertyToMatchTypeRector

* [ci-review] Rector Rectify

Co-authored-by: rector-bot <tomas@getrector.org>
2021-01-14 22:44:07 +00:00
Kevin EMO
c1976251f8
[Typo] Fixed a typo in the README.md file (#5187)
:)
2021-01-14 17:55:53 +01:00
Tomas Votruba
b604e1676c
[Privatization] Add ReplaceStringWithClassConstantRector (#5156)
* [Privatization] Add ReplaceStringWithClassConstantRector

* README: add to scoped
2021-01-12 13:41:47 +00:00
TomasVotruba
35ed548173 update README 2020-12-26 12:13:35 +01:00
Tomas Votruba
319d6bfca1
add phpstan-for-rector config path, consolidate return type extensions - re-use from Symplify (#4973)
* add phpstan-for-rector config path, to separate phpstan and extensions that help Rector with precise types

* move type value object to value object

* moving

* remove KernelGetContainerAfterBootReturnTypeExtension, use one from symplify

* remove ContainerGetDynamicMethodReturnTypeExtension to ContainerGetReturnTypeExtension

* remove nette extension

* add nette-extension

* removed delegated rule

* delegate implmenets + code sample PHPStan rule to symplify
2020-12-24 16:31:24 +00:00
Tomas Votruba
a3db386854
drop ecs-after-rector, recommend current setup (#4944) 2020-12-22 17:14:24 +01:00
Dan Untenzu
237524d782
[BUGFIX] Docs: Resolve link to doc block tutorial (#4895)
Co-authored-by: Tomas Votruba <tomas.vot@gmail.com>
2020-12-15 13:11:31 +01:00
Tomas Votruba
d131d804d9
Bump min PHP version to 7.3 (#4838)
Co-authored-by: rector-bot <tomas@getrector.org>
2020-12-09 23:25:53 +01:00
Tomas Votruba
267989bb05
[Docs] Add docblock docs (#4740)
* skip getUser() as the method is final

* drop comment along with removed node, as in other removed nodes

* [docs] add doc block docs
2020-12-01 01:09:50 +00:00
Markus Staab
a46571b610
README: mention the rd debugging helper function (#4737) 2020-11-30 16:41:24 +00:00
Markus Staab
976c5ba4c5
Readme: make „pick from sets“ more prominent (#4733) 2020-11-29 11:13:33 +01:00
Tomas Votruba
080e5cbe00
use symplify/skipper (#4689) 2020-11-26 23:09:21 +01:00
Tomas Votruba
0963b8dca7
Drop --set forgotten leftover (#4700)
* Drop --set forgotten leftover

* remove package not split anymore
2020-11-26 16:55:33 +00:00
Daniel Moore
2502dc8d75
Some small grammatical fixes (#4641)
Co-authored-by: Tomas Votruba <tomas.vot@gmail.com>
2020-11-18 11:01:05 +01:00
Tomas Votruba
a7705ed0a5
[Symplify 9] First update + switch to RuleDocGenerator (#4616)
* [composer] bump to Symplify 9

* [Symplify 9] Update phpstan rules

* bump to Symplify 9 BETA2

* update AbstractKernel from Tests to Testing namespace

* decoupling removing node trait

* remove fluent calls

* removing variadic

* [CodingStyle] Improve AnnotateThrowablesRector

* bump deps

* Make use of RuleDocGenerator

* first short

* [DocumentationGenerator] Drop deprecated package, RuleSetGenerator now handles it

* import namespace

* update docs
2020-11-16 17:50:38 +00:00
Rod Elias
9af4223bd6
Fix Xdebug spelling (#4546) 2020-11-02 21:50:07 +01:00
Tomas Votruba
c03b66f7cd
move suffix filesystem 2 (#4529)
Co-authored-by: rector-bot <tomas@getrector.org>
2020-11-01 16:39:04 +01:00
Tomas Votruba
35804361aa
[docs] decouple pages from README (#4501) 2020-10-29 10:44:07 +01:00