19 Commits

Author SHA1 Message Date
Lctrs
8d80b5b637 Introduce a CallReflectionResolver 2020-01-14 14:31:57 +01:00
TomasVotruba
3f6e1499e3 Add basic support for vendor property fetch detection based on phpdoc for CountOnNullRector 2020-01-04 00:00:25 +01:00
Felix Sokoliuk
4a13da1cba add PHP version feature checks 2019-12-26 23:14:00 +01:00
TomasVotruba
04cc7e6122 skip non-variable non-scalars in BinaryOpBetweenNumberAndStringRector 2019-12-26 12:59:30 +01:00
TomasVotruba
182da30324 [Phalcon] Add AddRequestToHandleMethodCallRector 2019-12-16 00:46:00 +01:00
TomasVotruba
a291af867b [PHP 7.1] Fix CountOnNullRector on nullable global scope without parent 2019-12-15 20:34:17 +01:00
TomasVotruba
9e589ba105 Make sure name is passed to getName(), instead of expr 2019-12-04 22:08:34 +01:00
TomasVotruba
5f523b5727 [PHPUnit][Symfony] Add jakzal-injetor Rector 2019-11-18 16:21:11 +01:00
Tomas Votruba
1620cf0211 apply code-quality 2019-10-30 15:38:30 +01:00
Tomas Votruba
20921aeb8e make use of TypeUtils 2019-10-14 19:06:14 +02:00
Tomas Votruba
acfd930f54 apply PSR-12 2019-10-13 08:09:08 +02:00
Tomas Votruba
d02284040b [PHP 7.1] Skip extra argument removal for parent static call 2019-09-28 20:09:24 +02:00
Tomas Votruba
de9baae58e [Php71] Add ListToArrayDestructRector 2019-09-26 01:58:16 +02:00
Tomas Votruba
defae4acc5 Fix numeric string type in BinaryOpBetweenNumberAndStringRector 2019-09-25 10:03:19 +02:00
Tomas Votruba
2c9aaea3f3 [PHP71] Fix BinaryOpBetweenNumberAndStringRector for variables 2019-09-24 21:57:58 +02:00
Tomas Votruba
7d9c389748 move PreferThisOrSelfMethodCall to CodingStyle 2019-09-23 18:19:04 +02:00
Tomas Votruba
24ebc66747 move ReserverObjectRector to Php71 2019-09-23 18:19:04 +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