Skip to content

Commit

Permalink
fix phpcs file reference
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpagz committed Jan 17, 2024
1 parent 235d7a1 commit b1450d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ GitHub.sublime-settings
!.vscode/extensions.json
!.vscode/*.code-snippets
.vscode
.vscode_

# Local History for Visual Studio Code
.history/
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"format:php": [
"@format:php:features"
],
"format:php:features": "phpcbf --standard=phpcs.xml . -v",
"format:php:features": "phpcbf --standard=.phpcs.xml . -v",

"lint:php": [

"@lint:php:features"
],
"lint:php:features": "phpcs --standard=phpcs.xml . -v",
"lint:php:features": "phpcs --standard=.phpcs.xml . -v",

"packages-install": "@composer install --ignore-platform-reqs --no-interaction",
"packages-update": [
Expand Down

0 comments on commit b1450d3

Please sign in to comment.