514 Commits

Author SHA1 Message Date
Tomas Votruba
45df82424c add GetAttributeReturnTypeExtension 2019-01-25 01:49:05 +01:00
Tomas Votruba
01e1c32757 bump dependencies, fix variadic static 2019-01-19 16:58:51 +01:00
Tomas Votruba
67acaead0a bump to PHPStan 0.11 2019-01-18 12:12:46 +01:00
Tomas Votruba
c931ef753e composer: add phpstan-async command 2019-01-14 15:05:38 +01:00
Tomas Votruba
5d1a7360ff use php-parser 4.2 2019-01-12 20:37:08 +01:00
Tomas Votruba
d95f878cc2 apply new safe methods for preg_replace 2019-01-10 21:36:44 +01:00
Tomas Votruba
e35fe34267 fix preffer-lowest deps 2019-01-08 19:07:25 +01:00
Tomas Votruba
e353eddab7 improve StringToArrayArgumentProcessRector 2019-01-08 10:11:27 +01:00
Tomas Votruba
290ee375f0 bump to Symplify 5.3 2019-01-08 00:17:05 +01:00
Tomas Votruba
d69949c306 bump safe 2019-01-04 21:35:42 +01:00
Tomas Votruba
ceb946cc8b use phpstan paths 2018-12-28 17:26:00 +01:00
Tomas Votruba
0b6860ef16 update phpstan to 0.10.7 2018-12-28 17:26:00 +01:00
Tomas Votruba
c9c29741b6 Revert autoload script, since they will not run on dependency 2018-12-26 01:27:54 +01:00
Tomas Votruba
157685642d Add Composer/MonorepoAutoloadEventSubscriber 2018-12-25 20:44:12 +01:00
Tomas Votruba
6717df5b9d remove unused Wrong test case autoload 2018-12-25 20:44:09 +01:00
Tomas Votruba
44ed981c56 create DeadCode package 2018-12-25 12:38:07 +01:00
Tomas Votruba
e3ffb69230 move GenerateRectorOverview to GenerateDocs in ContributorTools 2018-12-23 18:12:32 +01:00
Tomas Votruba
26b83be1f7 [CodingStyle] Add CompleteVarDocTypeConstantRector 2018-12-22 15:22:44 +01:00
Tomas Votruba
17c441b833 cleanup 2018-12-17 00:00:16 +01:00
Tomas Votruba
17f6e74c04 phpstan: move level to config 2018-12-12 09:58:55 +01:00
Tomas Votruba
802cc16c1d composer: improve description + bump deps 2018-12-09 22:17:53 +01:00
Tomas Votruba
e1d2ea8f21 authors are better tracked in Github, removing from composer.json 2018-12-09 22:17:46 +01:00
Tomas Votruba
68b7076fd0 remove YamlRector
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
2018-12-06 01:13:36 +01:00
Tomas Votruba
14c6178f57 add SimplifyTestsRector
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
2018-12-03 22:50:16 +01:00
Tomas Votruba
9faa7fbd4b [PHP] Add *ScalarTypehintRector + *TypeInfo
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
2018-12-01 15:55:46 +01:00
Tomas Votruba
24bc48f213 composer: require package-versions to prevent fail install
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
2018-11-30 17:46:40 +01:00
Tomas Votruba
26253a0872 make ECS optional dependency to reduce amount of installed packages and allow own cs tools
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
2018-11-30 17:46:40 +01:00
Tomas Votruba
dabf8bac49 [PHPStan] Add RecastingRemovalRector 2018-11-08 13:52:02 +01:00
Tomas Votruba
36dc29b56d merge Utils package to PhpParser 2018-11-08 13:04:38 +01:00
Tomas Votruba
9962c25e55 add XdebugHandler 2018-11-06 23:12:02 +01:00
Tomas Votruba
77a11c7f9e composer: bump safe 2018-11-06 22:03:47 +01:00
Tomas Votruba
4f58034c93 composer: bump to Symplify 5.2 + other deps 2018-11-04 23:42:55 +01:00
Tomas Votruba
c3558f65c4 [CodingStyle] Add NullableCompareToNullRector + add NodeFactoryTrait + cleanup 2018-11-03 18:01:19 +01:00
Tomas Votruba
3ff47f7847 [Guzzle] Add MessageAsArrayRector [closes #557] 2018-10-27 16:03:14 +02:00
Tomas Votruba
14e5e935fb remove unmaintined CHANGELOG, the dev is still fuzy fast 2018-10-25 22:27:56 +02:00
Tomáš Votruba
5a1e21f016
Merge pull request #733 from rectorphp/build
Move prefixed-version building out of repository
2018-10-25 22:25:26 +02:00
Tomas Votruba
3dc532fff0 remove build-prefixed, build in external repository 2018-10-25 22:19:26 +02:00
Tomas Votruba
075707447a [Symfony] Add FormTypeInstanceToClassConstRector 2018-10-24 12:06:35 +02:00
Tomas Votruba
82eedd4078 Add AutoloadWrongCasesEventSubscriber to simplify composer.json 2018-10-21 23:25:06 +02:00
Tomas Votruba
f702fff33b composer: lock to stable deps 2018-10-19 16:29:22 +02:00
Tomas Votruba
4a8f9cd17d use fixed BetterPhpDocParser 2018-10-19 08:04:16 +02:00
Tomas Votruba
70ea05352d [JMS] Add JmsInjectAnnotationRector 2018-10-19 08:04:16 +02:00
Tomas Votruba
3c1c431684 [DomainDrivenDesign] Move coupled location to rest of Rector in standalone package 2018-10-17 19:47:09 +02:00
Tomas Votruba
395dc9b2e9 [CodeQuality] Move coupled location to rest of Rector in standalone package 2018-10-17 19:47:09 +02:00
Tomas Votruba
b4b728dc28 [CodeQuality] Add SimplifyInArrayValuesRector 2018-10-15 08:30:41 +08:00
Tomas Votruba
dee5c4e427 [ContributorTools] Add CreateRectorCommand 2018-10-14 15:29:56 +08:00
Tomas Votruba
20059c0e96 composer: use Symplify 5.1 stable 2018-10-13 00:59:58 +08:00
Tomas Votruba
0fe2624033 composer: bump phpstan-strict-rules 2018-10-13 00:59:06 +08:00
Tomas Votruba
a7ac28679a [CodeQuality] Add CombinedAssignRector 2018-10-13 00:51:39 +08:00
Tomas Votruba
7fd2d119c0 bump to php-parser 4.1 2018-10-10 23:17:55 +08:00