Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54894e3 commit 617380eCopy full SHA for 617380e
composer.json
@@ -15,7 +15,7 @@
15
},
16
"autoload": {
17
"psr-4": {
18
- "betterphp\\utils\\": "./utils"
+ "betterphp\\utils\\": "./src/utils"
19
}
20
21
phpdoc.xml
@@ -8,6 +8,6 @@
8
<template name="clean" />
9
</transformer>
10
<files>
11
- <directory>./utils</directory>
+ <directory>./src/utils</directory>
12
</files>
13
</phpdoc>
utils/reflection.php renamed to src/utils/reflection.php
0 commit comments