mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-06-05 19:44:51 +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();
|
$files = array();
|
||||||
$attributes = array(
|
$attributes = array(
|
||||||
'with-column-info' => false,
|
'with-column-info' => false,
|
||||||
'with-posititions' => false,
|
'with-positions' => false,
|
||||||
'with-recovery' => false,
|
'with-recovery' => false,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user