Skip to content

Commit e768307

Browse files
author
DKravtsov
committed
Updated documentation, composer dependencies, fixed php-cs-fixer code quality tool.
1 parent 062732c commit e768307

33 files changed

+1231
-1185
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,7 @@
139139
"PHPStan\\Symfony\\": "tools/02_phpstan/vendor/phpstan/phpstan-symfony/src/Symfony",
140140
"PHPStan\\Type\\PHPUnit\\": "tools/02_phpstan/vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit",
141141
"PHPStan\\Type\\Symfony\\": "tools/02_phpstan/vendor/phpstan/phpstan-symfony/src/Type/Symfony",
142-
"Rector\\Core\\": "tools/08_rector/vendor/rector/rector/src",
143-
"Rector\\Php74\\": "tools/08_rector/vendor/rector/rector/rules/Php74",
144-
"Rector\\Php80\\": "tools/08_rector/vendor/rector/rector/rules/Php80",
145-
"Rector\\Php81\\": "tools/08_rector/vendor/rector/rector/rules/Php81",
146-
"Rector\\Set\\": "tools/08_rector/vendor/rector/rector/packages/Set"
142+
"Rector\\": "tools/08_rector/vendor/rector"
147143
}
148144
},
149145
"prefer-stable": true,

composer.lock

Lines changed: 438 additions & 425 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/images/phpstorm_01.png

5.5 KB
Loading

docs/images/phpstorm_02.png

5.23 KB
Loading

docs/images/phpstorm_03.png

1.77 KB
Loading

docs/images/phpstorm_04.png

2.84 KB
Loading

docs/images/phpstorm_05.png

419 Bytes
Loading

docs/images/phpstorm_06.png

-4.48 KB
Loading

docs/images/phpstorm_07.png

2.07 KB
Loading

docs/images/phpstorm_08.png

2.44 KB
Loading

0 commit comments

Comments
 (0)