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 3e33dfc commit 6b5c874Copy full SHA for 6b5c874
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
run: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-progress --optimize-autoloader
49
50
- name: Lint code
51
- run: PHP_CS_FIXER_IGNORE_ENV=true vendor/bin/php-cs-fixer fix --dry-run --diff
+ run: vendor/bin/pint --test
52
53
- name: Run tests
54
run: vendor/bin/phpunit
rector.php
@@ -21,8 +21,8 @@
21
return RectorConfig::configure()
22
->withParallel()
23
->withPaths([
24
- __DIR__ . '/src',
25
- __DIR__ . '/tests',
+ __DIR__.'/src',
+ __DIR__.'/tests',
26
])
27
->withImportNames(
28
importDocBlockNames: false,
0 commit comments