Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
palPalani committed Mar 23, 2021
1 parent 02704be commit f780dd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.php_cs.dist export-ignore
/.github export-ignore
/psalm.xml export-ignore
/psalm.xml.dist export-ignore
/testbench.yaml export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ coverage
docs
phpunit.xml
psalm.xml
testbench.yaml
vendor
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ return static function (ContainerConfigurator $containerConfigurator): void {

$parameters->set(Option::SETS, [
SetList::ACTION_INJECTION_TO_CONSTRUCTOR_INJECTION,
SetList::ARRAY_STR_FUNCTIONS_TO_STATIC_CALL,
//SetList::ARRAY_STR_FUNCTIONS_TO_STATIC_CALL,
SetList::CODE_QUALITY,
//SetList::PHP_53,
//SetList::PHP_54,
Expand All @@ -105,7 +105,7 @@ return static function (ContainerConfigurator $containerConfigurator): void {
SetList::PHP_74,
//SetList::PHP_80,
SetList::PHPSTAN,
SetList::PHPUNIT_CODE_QUALITY,
//SetList::PHPUNIT_CODE_QUALITY,
SetList::SOLID,
]);

Expand Down Expand Up @@ -148,7 +148,7 @@ If you want to uninstall this library remove configuration files first: `rector.

then remove package:

``composer remove sci3ma/symfony-grumphp``
``composer remove palpalani/grumphp-rector-task``

## Changelog

Expand All @@ -162,6 +162,10 @@ Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/palpalani/grumphp-rector-task/tags).

## Credits

- [palPalani](https://github.com/palpalani)
Expand Down

0 comments on commit f780dd5

Please sign in to comment.