472 Commits

Author SHA1 Message Date
TomasVotruba
b0d1de91ed [ConsoleDiffer] add few comments to make code readable 2017-12-21 16:16:04 +01:00
TomasVotruba
25b733fbf9 [YamlParser] drop for now, focus on PHP 2017-12-20 16:13:35 +01:00
TomasVotruba
c0399030d5 SmartClassReflector: rebuild on source change, mainly for tests 2017-12-20 15:03:13 +01:00
TomasVotruba
aa1d9c0f6c fix tests by making paramter provider aware of source 2017-12-20 14:35:38 +01:00
TomasVotruba
391fdd114b drop CurrentFileProvider, not needed anymore 2017-12-20 14:31:21 +01:00
TomasVotruba
9054207ac5 SourceLocatorFactory: add performance note 2017-12-20 14:29:44 +01:00
TomasVotruba
0e45d22a96 SourceLocatorFactory: drop EvalLocator, not used 2017-12-20 14:23:58 +01:00
TomasVotruba
544a7fee4b test fix 2017-12-20 13:54:32 +01:00
TomasVotruba
4f0ca69671 SmartClassReflector: create ClassReflector just once for source, instead once per file 2017-12-20 13:34:47 +01:00
TomasVotruba
3230944b17 SourceLocatorFactory: make use of files/directories source 2017-12-20 13:34:18 +01:00
TomasVotruba
6c63b7d10a cache SmartClassReflector 2017-12-20 03:28:09 +01:00
TomasVotruba
ead53dbe46 create common locators just once 2017-12-20 03:23:59 +01:00
TomasVotruba
b7019cece8 do not reflect on invalid types 2017-12-20 03:20:38 +01:00
TomasVotruba
92b23cc6d2 SourceLocatorFactory: pass ComposerLoader 2017-12-20 03:08:26 +01:00
TomasVotruba
9630972ae8 remove unused property 2017-12-20 01:18:54 +01:00
TomasVotruba
221042afed add DifferAndFormatter 2017-12-20 01:18:54 +01:00
TomasVotruba
e3971c2976 add ProcessBuilderInstanceRector 2017-12-19 13:21:30 +01:00
Tomáš Votruba
3461103221
Merge pull request #190 from rectorphp/phpunit-narrow-methods
[PHPUnit] Add NarrowMethodsRector
2017-12-19 13:20:28 +01:00
TomasVotruba
8e0bc4ec47 deprecate DeprecationExtractor, out of scope 2017-12-19 03:23:23 +01:00
TomasVotruba
d3b8f891c7 mixed types 2017-12-18 00:59:05 +01:00
TomasVotruba
c193d4b19f phpstan fixes 2017-12-10 02:52:46 +01:00
TomasVotruba
dbd515df9c improve complexity 2017-12-10 02:52:46 +01:00
TomasVotruba
3d97c87e81 fix cs 2017-12-10 02:52:46 +01:00
TomasVotruba
48ac1a3d3a clean unused docs 2017-12-03 16:36:58 +01:00
TomasVotruba
8ca971e15a fix contract 2017-12-03 16:35:20 +01:00
TomasVotruba
09baec1f64 PSR4AutoloadRector - resolve relative resource 2017-12-03 16:34:33 +01:00
TomasVotruba
cbec0c9f16 sum up AutoconfigureRector 2017-12-03 12:57:01 +01:00
TomasVotruba
257282d5c9 fix cs 2017-12-03 03:29:33 +01:00
TomasVotruba
cc1ed8050e AutoconfigureRector expectations init 2017-12-03 03:28:32 +01:00
TomasVotruba
a107dc39d3 PSR4AutoloaderRector init 2017-12-03 03:26:16 +01:00
TomasVotruba
eb3ba2ac4c fix return tag 2017-12-03 02:50:08 +01:00
TomasVotruba
6c58ae38cc fix cs 2017-12-03 02:20:38 +01:00
TomasVotruba
40aff7063a misc 2017-12-03 02:07:26 +01:00
TomasVotruba
8d20388f14 YamlParser: add spaces between items 2017-12-03 01:36:35 +01:00
TomasVotruba
05ec18da5d fix namespace 2017-12-02 20:20:54 +01:00
TomasVotruba
7c64f4a5c9 fix namespace 2017-12-02 20:14:24 +01:00
TomasVotruba
81dc40b5fc AddAutowireRector WIP 2017-12-02 20:12:48 +01:00
TomasVotruba
3c907d92b6 misc 2017-12-02 20:01:19 +01:00
TomasVotruba
0d907e60db disable comments support for now 2017-12-02 19:59:40 +01:00
TomasVotruba
e8351ce862 add FileGuard 2017-12-02 19:08:26 +01:00
TomasVotruba
b08bc62275 prepare AddAutowireRector test 2017-12-02 19:00:56 +01:00
TomasVotruba
47167463eb add AbstractConfigurableYamlRectorTestCase 2017-12-02 18:57:45 +01:00
TomasVotruba
4f0b60e646 do not autoload YamlRectors 2017-12-02 18:52:36 +01:00
TomasVotruba
b10f48e328 [YamlParser] move test NamedServiceToClassRector, allow config 2017-12-02 18:51:41 +01:00
TomasVotruba
a34627c56c [Symfony] init AddAutowireRector 2017-12-02 15:30:12 +01:00
TomasVotruba
872b5bc7f5 [YamlParser] decouple to open-closed principle, improve test, add NamedServiceToClassRector 2017-12-02 15:28:38 +01:00
TomasVotruba
ffae9d89f9 clean docs 2017-12-02 14:05:59 +01:00
TomasVotruba
6bbe544ae8 cs 2017-12-02 14:03:32 +01:00
TomasVotruba
deb96928b0 simplify config service PSR4 paths 2017-12-02 13:55:22 +01:00
TomasVotruba
604769a2cd [YamlParser] init modular rectors 2017-12-02 13:55:05 +01:00