Skip to content

Commit 041de4f

Browse files
committed
Fix code style
1 parent f15f6f4 commit 041de4f

5 files changed

Lines changed: 27 additions & 30 deletions

File tree

composer.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,9 @@
2020
"issues": "https://github.com/frozzare/elda/issues"
2121
},
2222
"autoload": {
23-
"psr-4": {
24-
"Frozzare\\Elda\\": "src/"
25-
}
26-
},
27-
"autoload-dev": {
28-
"psr-4": {
29-
"Frozzare\\Tests\\Elda\\": "tests/"
30-
}
23+
"files": [
24+
"src/class-elda.php"
25+
]
3126
},
3227
"require": {
3328
"php": ">=5.4",

composer.lock

Lines changed: 24 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpcs.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis" />
1313
<exclude name="Generic.WhiteSpace.DisallowSpaceIndent.SpacesUsed" />
1414
<exclude name="WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceAfterOpenParenthesis" />
15-
<exclude name="Generic.Files.LowercasedFilename.NotFound" />
1615
</rule>
1716

1817
<rule ref="Generic.WhiteSpace.ScopeIndent">
File renamed without changes.

0 commit comments

Comments
 (0)