Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit ece0774

Browse files
authored
Merge 32c4a5e into 64722cd
2 parents 64722cd + 32c4a5e commit ece0774

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ coding-standards: vendor ## Normalizes composer.json with ergebnis/composer-norm
1515
yamllint -c .yamllint.yaml --strict .
1616
mkdir -p .build/php-cs-fixer
1717
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose
18+
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.fixture.php --diff --verbose
1819

1920
.PHONY: dependency-analysis
2021
dependency-analysis: vendor ## Runs a dependency analysis with maglnet/composer-require-checker

0 commit comments

Comments
 (0)