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.
2 parents 03de0ae + 8297d21 commit 2c060ceCopy full SHA for 2c060ce
README.md
@@ -13,7 +13,7 @@ with the Abstract Syntax Tree (AST) via a friendly API.
13
```php
14
<?php
15
// Autoload required classes
16
-require "vendor/autoload.php";
+require __DIR__ . "/vendor/autoload.php";
17
18
use Microsoft\PhpParser\{DiagnosticsProvider, Node, Parser, PositionUtilities};
19
0 commit comments