3552 Commits

Author SHA1 Message Date
Tomas Votruba
ebd9998b78 [PHP] Add AssignArrayToStringRector 2018-10-10 13:42:51 +08:00
Tomas Votruba
39c9c6982a [PHP] Add EregToPregMatchRector 2018-10-09 13:05:50 +08:00
Tomáš Votruba
ae308689f3
Merge pull request #666 from rectorphp/php-multi-catch
[PHP] Add MultiExceptionCatchRector
2018-10-08 13:13:24 +08:00
Tomas Votruba
658cef5fc2 [PHP] Add MultiExceptionCatchRector 2018-10-08 12:52:26 +08:00
Tomáš Votruba
947f0f3e7d
Merge pull request #665 from rectorphp/php-user-func
[Php] Add CallUserFuncRector
2018-10-07 22:03:56 +08:00
Tomas Votruba
ecbf96a9ed [PHP] Add CallUserMethodRector 2018-10-07 22:03:32 +08:00
Tomáš Votruba
f58fa272ac
Merge pull request #664 from rectorphp/php-swap-order
[Php] Add ListSwapArrayOrderRector
2018-10-07 21:49:07 +08:00
Tomas Votruba
e179df133b [PHP] Add ListSwapArrayOrderRector 2018-10-07 21:39:36 +08:00
Tomáš Votruba
789612e567
Merge pull request #663 from rectorphp/php-empty-list
[PHP] Add EmptyListRector
2018-10-07 20:23:46 +08:00
Tomas Votruba
44c4e70199 [PHP] Add EmptyListRector 2018-10-07 20:16:42 +08:00
Tomáš Votruba
a89b6b3824
Merge pull request #662 from rectorphp/php-split-string
[PHP] string split
2018-10-07 20:01:11 +08:00
Tomas Votruba
4fd1e19113 [PHP] Add ListSplitStringRector 2018-10-07 19:56:07 +08:00
Tomáš Votruba
74333a236c
Merge pull request #661 from rectorphp/php-each
[PHP] Add EachRector
2018-10-07 17:35:36 +08:00
Tomas Votruba
d1439079cb [PHP] Add Each Rectors 2018-10-07 17:10:40 +08:00
Tomas Votruba
297773b281 README: prefer tagged version to install 2018-10-07 16:17:58 +08:00
Tomáš Votruba
f52944e8b2
Merge pull request #660 from rectorphp/autowire-array-param-ctor
Add AutowireArrayParameterCompilerPass
2018-10-06 23:21:22 +08:00
Tomas Votruba
930ce89384 remove package README from trailing space cleanup 2018-10-06 23:21:07 +08:00
Tomas Votruba
1e722a581e [FileSystemRector] Apply array param autowire 2018-10-06 23:21:07 +08:00
Tomas Votruba
ca574d7cab [YamlRector] Apply array param autowire 2018-10-06 23:21:07 +08:00
Tomas Votruba
318f5b30f8 [NodeTraverser] Apply array param autowire 2018-10-06 23:21:07 +08:00
Tomas Votruba
3073942c8a [NodeTypeResolver] Apply array param autowire 2018-10-06 23:21:07 +08:00
Tomas Votruba
bca4d5eadc Use AutowireArrayParameterCompilerPass 2018-10-06 23:21:07 +08:00
Tomáš Votruba
e475b0301b
Merge pull request #659 from rectorphp/type-resolver-split
NodeTypeResolver unsplit
2018-10-06 10:25:16 +08:00
Tomas Votruba
7d989cd58f [NodeTypeResolver] Unwrap standalone usage, not working and ContainerFactory is better approach ATM 2018-10-06 10:19:57 +08:00
Tomáš Votruba
1c1b548cb2
Merge pull request #658 from rectorphp/tolerancy
Add TolerantRectorYamlFileLoader
2018-10-06 09:43:39 +08:00
Tomas Votruba
3660362e32 apply simple config on levels 2018-10-06 09:26:35 +08:00
Tomas Votruba
31f6649908 Add TolerantRectorYamlFileLoader 2018-10-06 09:26:35 +08:00
Tomáš Votruba
188a42e091
Merge pull request #657 from rectorphp/php-object
[PHP] Add ReservedObjectRector
2018-10-06 00:23:05 +08:00
Tomas Votruba
2ffb04a229 [PHP] Add ReservedObjectRector 2018-10-06 00:18:55 +08:00
Tomáš Votruba
0c65b0e09a
Merge pull request #656 from rectorphp/php-dir
[PHP] Add MultiDirnameRector
2018-10-05 22:37:31 +08:00
Tomas Votruba
9b5a6fb6e0 [PHP] Add MultiDirnameRector 2018-10-05 22:15:11 +08:00
Tomas Votruba
043d488cdc simplify autoload 2018-10-05 20:52:14 +08:00
Tomáš Votruba
aaed42ea86
Merge pull request #654 from rectorphp/php-php4ctor
[Php] Add Php4ConstructorRector
2018-10-05 19:23:29 +08:00
Tomas Votruba
c64cbcbcb7 tests: silent deprecations, since they are in tests 2018-10-05 19:16:11 +08:00
Tomas Votruba
6d6642961e update php sets 2018-10-05 19:04:16 +08:00
Tomas Votruba
fb6a3d818b [PHP] Add Php4ConstructorRector 2018-10-05 19:02:50 +08:00
Tomas Votruba
2a1fffc443 add PHP Rectors to own groups 2018-10-05 17:05:03 +08:00
Tomáš Votruba
b866ff9461
Merge pull request #653 from rectorphp/php-constant-public
[Php] Add PublicCnstantRector
2018-10-05 00:07:44 +08:00
Tomas Votruba
bae0a5bf44 [PHP] Add PublicConstantVisibility 2018-10-04 23:56:46 +08:00
Tomas Votruba
8242cde87b add NoExtraBlankLinesFixer to php70 set 2018-10-04 23:39:55 +08:00
Tomas Votruba
c8c82aabfd [PHP] Add RandomFunctionRector 2018-10-04 23:37:45 +08:00
Tomáš Votruba
d14ab5d90c
Merge pull request #651 from rectorphp/php-null-coala
[Php] Add TernaryToNullCoalescingRector
2018-10-04 23:13:29 +08:00
Tomas Votruba
02d2ba69e3 [PHP] Add NullCoalesceRector 2018-10-04 23:09:30 +08:00
Tomáš Votruba
116bff36f7
Merge pull request #650 from rectorphp/php-pow
[Php] Add pow to ** [ref #638]
2018-10-04 16:25:35 +08:00
Tomas Votruba
39b5c0826f [PHP] Add pow to exp Rector [ref #638] 2018-10-04 16:21:56 +08:00
Tomáš Votruba
db41cf66ff
Merge pull request #648 from rectorphp/php-iterable
[PHP] Add iterable and countable Rectors
2018-10-04 16:02:12 +08:00
Tomas Votruba
9e9f5e796f init IsIterableRector [ref #638] 2018-10-04 15:59:30 +08:00
Tomáš Votruba
6b87d9e545
Merge pull request #649 from rectorphp/php-exception-handler
[PHP] Exception handler typehint
2018-10-04 15:37:16 +08:00
Tomas Votruba
5b65bb52fa tests: fix conflicting validating by autoloading only Wrong files in tests 2018-10-04 15:24:53 +08:00
Tomas Votruba
2812c30ee9 [PHP] Exception handler typehint 2018-10-04 00:24:47 +08:00