Skip to content

Commit

Permalink
Merge pull request #8 from asispts/issue6
Browse files Browse the repository at this point in the history
Fix PSR12 FileHeader incorrect order
  • Loading branch information
asispts committed May 10, 2023
2 parents 62d5a39 + 4aefafb commit 4e4794f
Show file tree
Hide file tree
Showing 10 changed files with 485 additions and 20 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {
"psr-4": {
"Ptscs\\": "ptscs"
}
},
"autoload-dev": {
"psr-4": {
"Ptscs\\Tests\\": "tests"
Expand Down
Loading

0 comments on commit 4e4794f

Please sign in to comment.