Skip to content

Commit

Permalink
Fixed PHPStan autoloading with src-namespace-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Dec 2, 2021
1 parent 39510af commit a0a7a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan-composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"autoload": {
"psr-4": {
"": "./src"
"DevTools\\": "./src"
}
}
}

0 comments on commit a0a7a3c

Please sign in to comment.