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 02f6df6 commit f4280eeCopy full SHA for f4280ee
.github/workflows/coding-standards.yml
@@ -29,12 +29,12 @@ jobs:
29
composer install
30
mkdir -p tools/php-cs-fixer tools/rector
31
composer require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer --dev
32
- composer require rector/rector -- dev
+ composer require rector/rector --dev
33
34
- - name: CONDING STANDARDS (ECS)
+ - name: CODING STANDARDS (ECS)
35
run: |
36
- tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src
+ tools/php-cs-fixer/vendor/bin/php-cs-fixer fix .
37
38
- name: CONDING STANDARDS (RECTOR)
39
40
- tools/rector/vendor/bin/rector process src --ansi --dry-run --xdebug
+ tools/rector/vendor/bin/rector process . --ansi --dry-run --xdebug
0 commit comments