Skip to content

Commit

Permalink
Fix php-cs-fixer future mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavide committed May 29, 2023
1 parent 7218574 commit 0e5ab04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ commands:
- run:
name: Run php-cs-fixer (future mode)
command: |
PHP_CS_FIXER_FUTURE_MODE=1
bin/php-cs-fixer fix --diff --dry-run --verbose
PHP_CS_FIXER_FUTURE_MODE=1 bin/php-cs-fixer fix --diff --dry-run --verbose
yaml-validation:
description: Ensure yaml configuration files are valid
Expand Down

0 comments on commit 0e5ab04

Please sign in to comment.