We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df692c commit bd680b0Copy full SHA for bd680b0
.github/workflows/format.yaml
@@ -45,9 +45,6 @@ jobs:
45
- name: PHP CS Fixer
46
run: composer run csfixer:test -- --dry-run
47
48
- - name: Rector
49
- run: composer run rector:test -- --dry-run
50
-
51
- name: PHPInsight on modified files
52
if: github.event_name == 'pull_request'
53
run: |
composer.json
@@ -108,7 +108,6 @@
108
"scripts-descriptions": {
109
"website:copy-changelog": "Copy package changelog to the website",
110
"website:copy-logo": "Copy logo from art directory to the website",
111
- "rector:test": "Run the rector tests.",
112
"csfixer:test": "Run the PhpCsFixer tests.",
113
"phpstan:test": "Run the phpstan tests.",
114
"phpunit:test": "Run the phpunit tests.",
0 commit comments