1
0
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:
Jesse Schalken 2017-02-09 09:28:49 +11:00 committed by Nikita Popov
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,
);