Skip to content

Commit

Permalink
[CLEANUP] Drop extraneous whitespace in a Composer script (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Nov 27, 2023
1 parent ba486fc commit 98a0f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
],
"fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php",
"fix:php:sniff": "phpcbf Classes Configuration Tests",
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline=phpstan-baseline.neon --allow-empty-baseline",
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline=phpstan-baseline.neon --allow-empty-baseline",
"prepare-release": [
"rm .gitignore",
"rm -rf .Build",
Expand Down

0 comments on commit 98a0f66

Please sign in to comment.