We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ec346 commit 5c59196Copy full SHA for 5c59196
.gitattributes
@@ -9,4 +9,3 @@ CONTRIBUTING.md export-ignore
9
phpstan.neon.dist export-ignore
10
phpunit.xml.dist export-ignore
11
README.md export-ignore
12
-rector.php export-ignore
composer.json
@@ -58,7 +58,6 @@
58
},
59
"scripts": {
60
"lint": "pint -v",
61
- "refactor": "rector --debug",
62
"test:lint": "pint --test -v",
63
"test:types": "phpstan analyse --ansi",
64
"test:type-coverage": "pest --type-coverage --min=100",
0 commit comments