Skip to content

Commit 52460d1

Browse files
author
DKravtsov
committed
Updated documentation, composer dependencies, fixed php-cs-fixer code quality tool.
1 parent a1ecdfc commit 52460d1

33 files changed

+1231
-1185
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,7 @@
138138
"PHPStan\\Symfony\\": "tools/02_phpstan/vendor/phpstan/phpstan-symfony/src/Symfony",
139139
"PHPStan\\Type\\PHPUnit\\": "tools/02_phpstan/vendor/phpstan/phpstan-phpunit/src/Type/PHPUnit",
140140
"PHPStan\\Type\\Symfony\\": "tools/02_phpstan/vendor/phpstan/phpstan-symfony/src/Type/Symfony",
141-
"Rector\\Core\\": "tools/08_rector/vendor/rector/rector/src",
142-
"Rector\\Php74\\": "tools/08_rector/vendor/rector/rector/rules/Php74",
143-
"Rector\\Php80\\": "tools/08_rector/vendor/rector/rector/rules/Php80",
144-
"Rector\\Php81\\": "tools/08_rector/vendor/rector/rector/rules/Php81",
145-
"Rector\\Set\\": "tools/08_rector/vendor/rector/rector/packages/Set"
141+
"Rector\\": "tools/08_rector/vendor/rector"
146142
}
147143
},
148144
"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.47 KB
Loading

docs/images/phpstorm_02.png

7.29 KB
Loading

docs/images/phpstorm_03.png

3.4 KB
Loading

docs/images/phpstorm_04.png

3.03 KB
Loading

docs/images/phpstorm_05.png

776 Bytes
Loading

docs/images/phpstorm_06.png

-4.48 KB
Loading

docs/images/phpstorm_07.png

1.66 KB
Loading

docs/images/phpstorm_08.png

2.02 KB
Loading

0 commit comments

Comments
 (0)