Skip to content

Commit 642c000

Browse files
authored
Merge pull request #2 from dereuromark/cleanup
Some cleanups and fixing phive.
2 parents 9852298 + 392c68d commit 642c000

File tree

8 files changed

+35
-838
lines changed

8 files changed

+35
-838
lines changed

.editorconfig

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,11 @@ root = true
44

55
[*]
66
indent_style = space
7+
indent_size = 4
78
end_of_line = lf
89
insert_final_newline = true
910
trim_trailing_whitespace = true
1011
charset = utf-8
1112

1213
[*.bat]
13-
indent_style = space
14-
indent_size = 4
1514
end_of_line = crlf
16-
17-
[*.yml]
18-
indent_style = space
19-
indent_size = 4
20-
21-
[*.json]
22-
indent_style = space
23-
indent_size = 4
24-
25-
[*.yaml]
26-
indent_style = space
27-
indent_size = 4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/bin
77
coverage.xml
88
phive*.phar
9+
/composer.lock

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
},
3030
"autoload": {
3131
"psr-4": {
32-
"Phauthentic\\Infrastructure\\Storage\\Processor\\Image\\": "src"
32+
"Phauthentic\\Infrastructure\\Storage\\Processor\\Image\\": "src/"
3333
}
3434
},
3535
"autoload-dev": {
3636
"psr-4": {
37-
"Phauthentic\\Test\\": "tests"
37+
"Phauthentic\\Test\\": "tests/"
3838
}
3939
},
4040
"scripts": {
@@ -61,7 +61,7 @@
6161
"\\InstituteWeb\\ComposerScripts\\ImprovedScriptExecution::apply",
6262
"./bin/phpcbf ./src ./tests --standard=./phpcs.xml"
6363
],
64-
"analyze": [
64+
"stan": [
6565
"\\InstituteWeb\\ComposerScripts\\ImprovedScriptExecution::apply",
6666
"./bin/phpstan analyse ./src -l 5"
6767
],

0 commit comments

Comments
 (0)