File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3232 - name : Install dependencies
3333 run : composer install --prefer-dist --no-progress
3434
35- # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
36- # Docs: https://getcomposer.org/doc/articles/scripts.md
35+ - name : Install php-cs-fixer
36+ run : composer install --working-dir=tools/php-cs-fixer
37+
3738 - name : Check coding standards
3839 run : composer run-script lint:fix
3940
Original file line number Diff line number Diff line change 2929 PhpCsFixerCustomFixers \Fixer \DeclareAfterOpeningTagFixer::name () => true ,
3030 PhpCsFixerCustomFixers \Fixer \NoDoctrineMigrationsGeneratedCommentFixer::name () => true ,
3131 PhpCsFixerCustomFixers \Fixer \NoImportFromGlobalNamespaceFixer::name () => true ,
32- PhpCsFixerCustomFixers \Fixer \PromotedConstructorPropertyFixer::name () => true ,
32+ // PhpCsFixerCustomFixers\Fixer\PromotedConstructorPropertyFixer::name() => true,
3333 PhpCsFixerCustomFixers \Fixer \ConstructorEmptyBracesFixer::name () => true ,
3434 PhpCsFixerCustomFixers \Fixer \MultilinePromotedPropertiesFixer::name () => true ,
3535 PhpCsFixerCustomFixers \Fixer \NoUselessDoctrineRepositoryCommentFixer::name () => true ,
You can’t perform that action at this time.
0 commit comments