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 03de0ae commit 8297d21Copy full SHA for 8297d21
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