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.
Phar-incompatible 'realpath()' usage
1 parent cc886c4 commit 6a18e90Copy full SHA for 6a18e90
docs/probable-bugs.md
@@ -17,7 +17,7 @@ alternative is to use the [dirname()](http://php.net/manual/en/function.dirname.
17
18
/* after */
19
define ('PROJECT_ROOT', dirname(__DIR__) . '/');
20
- require_once dirname(dirname(__DIR__)) . '/vendor/autoload.php';
+ require_once dirname(__DIR__, 2) . '/vendor/autoload.php';
21
```
22
23
## Forgotten debug statements
0 commit comments