3209 Commits

Author SHA1 Message Date
Tomas Votruba
1c8572b227 fix OrderTest 2018-08-06 12:35:26 +02:00
Tomas Votruba
4316e75123 travis: output to file 2018-08-06 12:35:26 +02:00
Tomas Votruba
ffb62b6185 Symfony Rectors fixes 2018-08-06 12:35:26 +02:00
Tomas Votruba
217a9de40c fix VarDumperTestTraitMethodArgsRector 2018-08-06 12:35:26 +02:00
Tomas Votruba
7f6b089b09 fix PropertyAssignToMethodCallRector 2018-08-06 12:35:26 +02:00
Tomas Votruba
ac40adfd9f improve VariableTypeResolver 2018-08-06 12:35:26 +02:00
Tomas Votruba
a9533b7ecb cleanup & fixes 2018-08-06 12:35:26 +02:00
Tomas Votruba
f581f7dabe Turn VariableTypeResolver to PHPStan reflection 2018-08-06 12:35:26 +02:00
Tomas Votruba
280864873b remove unused own NodeTypeResolver replaced by PHPStan 2018-08-06 12:35:26 +02:00
Tomas Votruba
8b0b0b468e fix PhpParser Rectors 2018-08-06 12:35:26 +02:00
Tomas Votruba
0bed1c2711 fix PHPUnit Rectors 2018-08-06 12:35:26 +02:00
Tomas Votruba
12c3909ea3 Turn InterfaceTypeResolver to BetterReflection 2018-08-06 12:35:26 +02:00
Tomas Votruba
915fec0ff8 Turn InterfaceTypeResolver to PHPStan reflection 2018-08-06 12:35:26 +02:00
Tomas Votruba
13e2ed9fac Turn ClassTypeResolver to PHPStan reflection 2018-08-06 12:35:26 +02:00
Tomas Votruba
b2eae61cb6 fix classReflection resolving for Class_ 2018-08-06 12:35:26 +02:00
Tomas Votruba
56af99db3b remove unused own NodeTypeResolver replaced by PHPStan 2018-08-06 12:35:26 +02:00
Tomas Votruba
e6ea62bbf1 merge ScopeToTypeResolver to NodeTypeResolver 2018-08-06 12:35:26 +02:00
Tomas Votruba
e67a103b2c remove TYPES constant 2018-08-06 12:35:26 +02:00
Tomas Votruba
e16cdd80f2 use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
ec2e0cb380 use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
a5f44c997d use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
3e27db2411 use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
902bc509e0 use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
141b1e53e0 use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
9e7e84ecdd add NameResolver check 2018-08-06 12:35:26 +02:00
Tomas Votruba
583a8b5ef3 drop laravel-to-symfony level, too poor to be useful 2018-08-06 12:35:26 +02:00
Tomas Votruba
65a0b5bed3 fix too soon name resolving 2018-08-06 12:35:26 +02:00
Tomas Votruba
c61296741b use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
430d423256 use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
f44370e6c7 use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
20b7f9c221 use service type resolving over global one 2018-08-06 12:35:26 +02:00
Tomas Votruba
9c54af04e7 working version of PHPStanScopeNodeVisitor 2018-08-06 12:35:26 +02:00
Tomas Votruba
3c51461ed7 improve descriptions 2018-08-06 12:35:26 +02:00
Tomas Votruba
078ef36d2e static and cs fixes 2018-08-06 12:35:26 +02:00
Tomas Votruba
f95a0c4ede scope wip 2018-08-03 15:58:31 +02:00
Tomas Votruba
24abbbe9ad fixes 2018-08-03 13:35:11 +02:00
Tomas Votruba
91a2b0ed77 autoload config fixes 2018-08-03 09:43:32 +02:00
Tomas Votruba
2ab86cb9fb more namespace related fixes 2018-08-03 09:17:19 +02:00
Tomas Votruba
cc21d0337e bootstrap: require autoload.php of the project 2018-08-03 09:14:23 +02:00
Tomas Votruba
e74e11beb4 config: use new Rector namespaces 2018-08-03 09:12:54 +02:00
Tomas Votruba
77f838c358 remove unused CompilerPass 2018-08-03 09:12:24 +02:00
Tomáš Votruba
9abf14f558
Merge pull request #550 from rectorphp/fixes
Fixes + bump to Symplify 4.6
2018-08-03 08:49:32 +02:00
Tomas Votruba
a22cc431bd use Compilers from PackageBuilder 2018-08-03 08:45:26 +02:00
Tomas Votruba
16a763e24a composer: bump to Symplify 4.6 2018-08-03 08:40:40 +02:00
Tomas Votruba
bac8dcd3f2 fix BetterPhpDocParser service loading in rector/rector deps 2018-08-02 20:12:02 +02:00
Tomas Votruba
c6d23fc686 keep test class out of analysis 2018-08-02 17:22:16 +02:00
Tomáš Votruba
b5293da37b
Merge pull request #549 from rectorphp/cleanup
remove unused code reported by UnusedPublicMethodSniff
2018-08-02 17:22:01 +02:00
Tomas Votruba
566138d5f9 travis: fix command name 2018-08-02 13:00:37 +02:00
Tomas Votruba
99cd6a2a18 remove unused code reported by UnusedPublicMethodSniff 2018-08-02 12:58:42 +02:00
Tomas Votruba
67e94b2215 remove unused code reported by UnusedPublicMethodSniff 2018-08-02 12:51:45 +02:00