Skip to content

Commit

Permalink
Rename source code directory for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Oct 22, 2024
1 parent 2777472 commit dab5d86
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$finder = PhpCsFixer\Finder::create()
->path([
'lib/',
'src/',
'test/',
])
->ignoreVCSIgnored(true)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"autoload": {
"psr-4": {
"DevTheorem\\PeachySQL\\": "lib/"
"DevTheorem\\PeachySQL\\": "src/"
}
},
"autoload-dev": {
Expand Down
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
<projectFiles>
<directory name="lib"/>
<directory name="src"/>
<directory name="test"/>
<ignoreFiles>
<directory name="vendor"/>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dab5d86

Please sign in to comment.