Skip to content

Commit 1445432

Browse files
carusogabrielnikic
authored andcommitted
Fix misspellings
1 parent 3a45c1a commit 1445432

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UPGRADE-3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Upgrading from PHP-Parser 2.x to 3.0
44
The backwards-incompatible changes in this release may be summarized as follows:
55

66
* The specific details of the node representation have changed in some cases, primarily to
7-
accomodate new PHP 7.1 features.
7+
accommodate new PHP 7.1 features.
88
* There have been significant changes to the error recovery implementation. This may affect you,
99
if you used the error recovery mode or have a custom lexer implementation.
1010
* A number of deprecated methods were removed.

lib/PhpParser/Error.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getAttributes() : array {
6161
}
6262

6363
/**
64-
* Sets the attributes of the node/token the error occured at.
64+
* Sets the attributes of the node/token the error occurred at.
6565
*
6666
* @param array $attributes
6767
*/

0 commit comments

Comments
 (0)