Skip to content

Commit

Permalink
update coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jul 11, 2024
1 parent fded214 commit 6fbaaa3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 23 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"zumba/amplitude-php": "^1.0.4"
},
"require-dev": {
"acquia/coding-standards": "^3",
"acquia/coding-standards": "^3.0.1",
"brianium/paratest": "^6.6",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"dominikb/composer-license-checker": "^2.4",
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@
<exclude name="Generic.Files.LineLength"/>
</rule>

<rule ref="Generic.Arrays.ArrayIndent"/>


<rule ref="Generic.PHP.ForbiddenFunctions">
<properties>
<property name="forbiddenFunctions" type="array">
Expand Down

0 comments on commit 6fbaaa3

Please sign in to comment.