TomasVotruba
|
b930046917
|
add UnionTypesRector
|
2019-11-17 14:39:46 +01:00 |
|
TomasVotruba
|
0f55a90431
|
[PHP Deglobalize] Add ChangeGlobalVariablesToPropertiesRector
|
2019-11-16 20:40:21 +01:00 |
|
TomasVotruba
|
8d4ec5152b
|
Fix parent interface, extends, implements same name as short name
|
2019-11-14 17:59:37 +01:00 |
|
Jeroen Smit
|
c4bf31c9c8
|
ignore space change (whitelines are removed by fix-cs)
|
2019-11-13 20:54:33 +01:00 |
|
Jeroen Smit
|
337cbd3ad4
|
Added docs check
|
2019-11-12 07:48:09 +01:00 |
|
Tomas Votruba
|
2d30233a47
|
init DynamicTypeAnalysis
|
2019-11-11 17:35:34 +01:00 |
|
TomasVotruba
|
c9f5718c26
|
add paths parameter
|
2019-11-10 18:45:01 +01:00 |
|
TomasVotruba
|
43039463bd
|
composer: bump to PHP Parser 4.3
|
2019-11-08 23:10:23 +01:00 |
|
Tomas Votruba
|
8379a6a86e
|
make composer scripts Windows compatible
|
2019-11-07 12:29:53 +01:00 |
|
Tomas Votruba
|
0f47150639
|
travis: be strict on dog food
|
2019-10-30 14:20:18 +01:00 |
|
Tomas Votruba
|
07a1f1e848
|
move ci scripts to from /bin to /ci
|
2019-10-30 11:56:21 +01:00 |
|
Tomas Votruba
|
2ae405dd73
|
add rector-ci
|
2019-10-30 10:57:00 +01:00 |
|
Tomas Votruba
|
99d30f3f17
|
fix locatoin
|
2019-10-24 11:56:55 +02:00 |
|
Tomas Votruba
|
8c4a7ce958
|
Add MethodCallToReturnRector
|
2019-10-24 11:14:07 +02:00 |
|
Tomas Votruba
|
0a5efeaf84
|
add Standalone
|
2019-10-22 15:13:46 +02:00 |
|
Tomas Votruba
|
71d96e50e1
|
Prevent CI floods with progress bar
|
2019-10-16 09:46:11 +02:00 |
|
Tomas Votruba
|
c80860e69b
|
add uuid and phpunit stub
|
2019-10-10 12:10:49 +01:00 |
|
Tomas Votruba
|
6f9ec4addd
|
composer: lower deps to phpstan-phpunit 0.9 to allow phpunit 6 install
|
2019-10-10 11:47:37 +01:00 |
|
Tomas Votruba
|
c27604b0d8
|
try lowerring uuid deps
|
2019-10-10 11:41:28 +01:00 |
|
Tomas Votruba
|
0dcd2b0014
|
[Solid] Add UseInterfaceOverImplementationInConstructorRector
|
2019-10-09 01:41:51 +01:00 |
|
Tomas Votruba
|
9271588573
|
[StrictCodeQuality] Add VarInlineAnnotationToAssertRector
|
2019-10-05 00:09:15 +02:00 |
|
Tomas Votruba
|
b27f7fe797
|
[CodingStyle] Skip common annotation aliases in RemoveUnusedAliasRector
|
2019-10-02 15:01:09 +02:00 |
|
Dorian Villet
|
ccc88b12dd
|
Add a dev dependency on psr/event-dispatcher to allow to run the complete-check on PHP 7.4. Otherwise getting this error :
PHP Fatal error: During class fetch: Uncaught ReflectionException: Class Psr\EventDispatcher\EventDispatcherInterface not found in rector/vendor/symfony/config/Resource/ClassExistenceResource.php:150
Stack trace:
0 [internal function]: Symfony\Component\Config\Resource\ClassExistenceResource::throwOnRequiredClass()
1 [internal function]: spl_autoload_call()
2 rector/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php(16): interface_exists()
3 rector/vendor/squizlabs/php_codesniffer/autoload.php(167): include('...')
4 rector/vendor/squizlabs/php_codesniffer/autoload.php(134): PHP_CodeSniffer\Autoload::loadFile()
5 [internal function]: PHP_CodeSniffer\Autoload::load()
6 rector/vendor/symfony/event-dispatcher/EventDispatcherInterface.php(23): spl_autoload_call()
7 rector/vendor/squizlabs/php_codesniffer/autoload.php(167): include('...')
8 rector/vendor/symfony/event-dispatcher/EventDispatcherInterface.php on line 23
|
2019-10-02 10:05:25 +02:00 |
|
Tomas Votruba
|
8c259c8d92
|
add stubs over mirror class names in tests
|
2019-09-30 09:12:25 +02:00 |
|
Tomas Votruba
|
6fbdf5461a
|
[DoctrineCodeQuality] Initialize collectoins in constructor
|
2019-09-28 16:02:19 +02:00 |
|
Tomas Votruba
|
598f228c6d
|
decouple php doc ast node to factories
|
2019-09-27 14:40:09 +02:00 |
|
Tomas Votruba
|
980778d69b
|
move SwapFuncCallArgumentsRector to Argument
|
2019-09-23 18:19:04 +02:00 |
|
Tomas Votruba
|
17d14ba4ac
|
move RenameClassRector to Renaming package
|
2019-09-23 17:41:47 +02:00 |
|
Tomas Votruba
|
419da7704b
|
[Renaming] init new package
|
2019-09-23 16:36:58 +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 |
|
Tomas Votruba
|
ddba23034c
|
[Refactoring] Add MoveAndRenameClassRector
|
2019-09-22 22:01:35 +02:00 |
|
Tomas Votruba
|
8e93626e32
|
[Doctrine] Add ChangeSetIdToUuidValueRector
|
2019-09-21 12:46:01 +02:00 |
|
Tomas Votruba
|
a249c5c9f3
|
composer: bump to Symplify 6.1
|
2019-09-18 10:26:16 +02:00 |
|
Tomas Votruba
|
a25282b266
|
relocate
|
2019-09-15 21:48:17 +02:00 |
|
Tomas Votruba
|
25509c9900
|
[Autodiscovery] init
|
2019-09-15 16:51:00 +02:00 |
|
Tomas Votruba
|
4861d717a1
|
[ZendToSymfony] Init
|
2019-09-13 10:41:33 +02:00 |
|
Tomas Votruba
|
8b591fab52
|
fixes
|
2019-09-11 19:41:09 +02:00 |
|
Tomas Votruba
|
342a9a6468
|
drop object to scalar, too bugy and practically unusable
|
2019-09-11 16:02:35 +02:00 |
|
Tomas Votruba
|
2c3d2616c6
|
improve class rename in doc blocks
|
2019-09-11 16:02:35 +02:00 |
|
Tomas Votruba
|
056b0bbff9
|
fixing import rectors
|
2019-09-11 13:00:51 +02:00 |
|
Tomas Votruba
|
622b6c1460
|
migrate TypeInferers to PHPStan object types
|
2019-09-10 20:40:43 +02:00 |
|
Tomas Votruba
|
4cd498e3aa
|
move stubs loading to FileProcessor
|
2019-09-10 15:14:36 +02:00 |
|
Tomas Votruba
|
194a423c6f
|
composer: downgrade annotation 1.6 for PHP 7.1
|
2019-09-02 16:17:13 +02:00 |
|
Tomas Votruba
|
2e97a3d315
|
make use of getProperties()
|
2019-09-01 21:45:26 +02:00 |
|
Tomas Votruba
|
1cc8592878
|
add doctrine stubs
|
2019-08-30 10:04:55 +02:00 |
|
Tomas Votruba
|
e6de2a7d38
|
add Sensio TemplateTagValueNode
|
2019-08-30 09:56:56 +02:00 |
|
Tomas Votruba
|
42cbfd8905
|
[BetterPhpDocParser] Add support for parsing Doctrine annotations
|
2019-08-26 21:52:16 +02:00 |
|
Arnaud TIERANT
|
8e93468109
|
Move Jetbrains PhpStorm stubs into dev dependencies
|
2019-08-26 15:37:14 +02:00 |
|
Tomas Votruba
|
2b1dbaba54
|
update alias to 0.6
|
2019-08-24 13:45:17 +02:00 |
|