Commit Graph

6013 Commits

Author SHA1 Message Date
Tomas Votruba
614d22664f move RenameNamespaceRector to Renaming package 2019-09-23 17:56:10 +02:00
Tomas Votruba
8229d46b89 move RenameStaticMethodRector to Renaming package 2019-09-23 17:41:47 +02:00
Tomas Votruba
17d14ba4ac move RenameClassRector to Renaming package 2019-09-23 17:41:47 +02:00
Tomas Votruba
35dd776c36 move RenameClassConstantRector to Renaming package 2019-09-23 17:17:58 +02:00
Tomas Votruba
100ea52e7d update configs 2019-09-23 17:09:26 +02:00
Tomas Votruba
85aee8d56e move RenameMethodRector to Renaming package 2019-09-23 17:03:23 +02:00
Tomas Votruba
d74d59ce39 move RenameAnnotationRector to Renaming package 2019-09-23 16:58:54 +02:00
Tomas Votruba
bb116a8c52 move RenameMethodCallRector to Renaming package 2019-09-23 16:53:46 +02:00
Tomas Votruba
362f47a69c move RenameFunctionRector to Renaming package 2019-09-23 16:40:54 +02:00
Tomas Votruba
419da7704b [Renaming] init new package 2019-09-23 16:36:58 +02:00
Tomáš Votruba
26ac2135fa
Merge pull request #2016 from rectorphp/php-split
[Php] Split to own packages by version
2019-09-23 15:32:37 +02:00
Tomas Votruba
2858a9f7ea [PHP] Move tests + fixture to split package by version 2019-09-23 15:16:31 +02:00
Tomas Votruba
f558733611 [PHP] Split huge package to php by version rules 2019-09-23 13:38:51 +02:00
Tomas Votruba
3299c55229 prepare config 2019-09-22 22:01:35 +02:00
Tomas Votruba
ddba23034c [Refactoring] Add MoveAndRenameClassRector 2019-09-22 22:01:35 +02:00
Tomáš Votruba
03a835354a
Merge pull request #2015 from ADmad/patch-1
Add rules for renaming CakePHP's Router methods
2019-09-22 19:42:52 +02:00
ADmad
075bb0f974
Add rules for renaming CakePHP's Router methods
Refs https://github.com/cakephp/cakephp/pull/13664
2019-09-22 22:10:52 +05:30
Tomáš Votruba
07a0e5d220
Code sample fixes (#2014)
Code sample fixes
2019-09-22 11:26:49 +02:00
HypeMC
f75603428b Coding standard fix. 2019-09-22 00:38:22 +02:00
HypeMC
71edadce38 Update docs 2019-09-22 00:33:51 +02:00
HypeMC
6cc4c56bba Fix various typos is code samples 2019-09-22 00:13:26 +02:00
Tomáš Votruba
6087d7ab40
cleanup (#2013)
cleanup
2019-09-21 21:29:06 +02:00
Tomas Votruba
417ee5c749 decouple 2019-09-21 21:18:24 +02:00
Tomáš Votruba
1fe20d3e0e
[Doctrine] Add ChangeReturnTypeOfClassMethodWithGetIdRector (#2012)
[Doctrine] Add ChangeReturnTypeOfClassMethodWithGetIdRector
2019-09-21 19:47:41 +02:00
Tomas Votruba
d727b0181e [Doctrine] Add ChangeIdenticalUuidToEqualsMethodCallRector 2019-09-21 19:44:34 +02:00
Tomas Votruba
8993b6bc14 [Doctrine] Add ChangeReturnTypeOfClassMethodWithGetIdRector 2019-09-21 17:41:40 +02:00
Tomáš Votruba
87c5dcb9b0
[Doctrine] Step #3 - getUuid/setUuid method calls to id values (#2011)
[Doctrine] Step #3 - getUuid/setUuid method calls to id values
2019-09-21 16:35:35 +02:00
Tomas Votruba
fabbfacd1a [Doctrine] Add GetUuidMethodCall to GetId 2019-09-21 16:27:10 +02:00
Tomas Votruba
ca8cfe10ba add constant reference case 2019-09-21 13:30:03 +02:00
Tomas Votruba
d6d48ea44b make ShouldNotHappenException smarter 2019-09-21 13:30:03 +02:00
Tomas Votruba
8e93626e32 [Doctrine] Add ChangeSetIdToUuidValueRector 2019-09-21 12:46:01 +02:00
Tomáš Votruba
a58762ba3a
[Doctrine] add CustomIdGenerator + step 2 for uuid Doctrine mig… (#2003)
[Doctrine] add CustomIdGenerator + step 2 for uuid Doctrine migration
2019-09-20 10:18:13 +02:00
Tomas Votruba
6c35b3af43 [Doctrine] init step 2 uuid 2019-09-20 10:14:49 +02:00
Tomas Votruba
0a20938c72 add CustomIdGenerator 2019-09-19 20:02:00 +02:00
Tomáš Votruba
0847ecb94d
cover name at JoinColumn removal (#2002)
cover name at JoinColumn removal
2019-09-19 19:39:56 +02:00
Tomas Votruba
d15a1b955e cover name at JoinColumn removal 2019-09-19 19:39:08 +02:00
Tomáš Votruba
e17dcbe1da
Merge pull request #2001 from rectorphp/seria-type
add changeName/getName to serializer
2019-09-19 18:23:05 +02:00
Tomas Votruba
0adff2c8b2 add getName() 2019-09-19 18:22:37 +02:00
Tomas Votruba
27a0e96ce0 add changeName to serializer 2019-09-19 18:20:57 +02:00
Tomáš Votruba
3b211b57a2
add isInDoctrineEntityClass() method (#2000)
add isInDoctrineEntityClass() method
2019-09-19 18:17:06 +02:00
Tomas Votruba
a49bac510e add isInDoctrineEntityClass() method 2019-09-19 18:11:40 +02:00
Tomáš Votruba
215301a3e4
make column tag value node changeable (#1999)
make column tag value node changeable
2019-09-19 17:51:31 +02:00
Tomas Votruba
24e3d85f9d make column tag value node changeable 2019-09-19 17:47:15 +02:00
Tomáš Votruba
86dac89caa
make DocBlockManipulator protected in AbstractRector + add Gene… (#1998)
make DocBlockManipulator protected in AbstractRector + add GeneratedValue annotatoin parsing
2019-09-19 17:43:00 +02:00
Tomas Votruba
1fbdd45d09 make decoratePropertyWithUuidAnnotations public 2019-09-19 17:36:25 +02:00
Tomas Votruba
3f6fddee71 make DocBlockManipulator protected in AbstractRector + add ColumnGenerator annotatoin parsing 2019-09-19 17:30:31 +02:00
Tomas Votruba
2929a9118d make docBlockManipulator accesible in children 2019-09-19 16:49:25 +02:00
Tomáš Votruba
312351991c
Improve annotation spacing (#1997)
Improve annotation spacing
2019-09-19 11:55:10 +02:00
Tomas Votruba
8ec27c0304 update docs 2019-09-19 11:45:09 +02:00
Tomas Votruba
407c3dc7b3 add UseImportsRemover 2019-09-19 11:25:47 +02:00