Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed May 3, 2022
2 parents 452955a + 474ffde commit c0c4ced
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"autoload": {
"psr-4": {
"PressbooksMix\\": "inc/"
"PressbooksMix\\": "inc/class-assets.php"
}
},
"scripts": {
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions phpcs.ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<exclude name="WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase"/>
<exclude name="WordPress.NamingConventions.ValidVariableName.PropertyNotSnakeCase"/>
<exclude name="WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase"/>
<exclude name="WordPress.Files.FileName"/>
<exclude name="HM.Files.ClassFileName.MismatchedName"/>
<exclude name="Squiz.Commenting"/>
<exclude name="Generic.Commenting.DocComment.MissingShort"/>
</rule>
Expand Down

0 comments on commit c0c4ced

Please sign in to comment.