Skip to content

Commit 935efc8

Browse files
committed
fix typo
1 parent 72684ee commit 935efc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ public function getPreviousSibling() {
662662
* Add the alias and resolved name to the corresponding namespace, function, or const import table.
663663
* If the alias already exists, it will get replaced by the most recent using.
664664
*
665-
* TODO - worth throwing an error here in stead?
665+
* TODO - worth throwing an error here instead?
666666
*/
667667
private function addToImportTable($alias, $functionOrConst, $namespaceNameParts, $contents, & $namespaceImportTable, & $functionImportTable, & $constImportTable):array
668668
{

0 commit comments

Comments
 (0)