Skip to content

Commit

Permalink
[PGOV-300] Ensure that local commands use the common phpcs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vauxia committed Oct 31, 2024
1 parent 8ec1222 commit a15d573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ddev/commands/web/phpcbf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Run the PHP Code Fixer against the codebase. See phpcs.xml in the project
# root for configuration settings.

phpcbf "$@"
phpcbf --standard=phpcs.xml "$@"
2 changes: 1 addition & 1 deletion .ddev/commands/web/phpcs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Run the PHP Code Sniffer against the codebase. See phpcs.xml in the project
# root for configuration settings.

phpcs "$@"
phpcs --standard=phpcs.xml "$@"

0 comments on commit a15d573

Please sign in to comment.