mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-05-15 09:45:18 +02:00
Fix typo with-posititions => with-positions
This commit is contained in:
parent
62877b5d14
commit
41facc02ef
@ -139,7 +139,7 @@ function parseArgs($args) {
|
||||
$files = array();
|
||||
$attributes = array(
|
||||
'with-column-info' => false,
|
||||
'with-posititions' => false,
|
||||
'with-positions' => false,
|
||||
'with-recovery' => false,
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user