File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Upgrading from PHP-Parser 2.x to 3.0
4
4
The backwards-incompatible changes in this release may be summarized as follows:
5
5
6
6
* 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.
8
8
* There have been significant changes to the error recovery implementation. This may affect you,
9
9
if you used the error recovery mode or have a custom lexer implementation.
10
10
* A number of deprecated methods were removed.
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public function getAttributes() : array {
61
61
}
62
62
63
63
/**
64
- * Sets the attributes of the node/token the error occured at.
64
+ * Sets the attributes of the node/token the error occurred at.
65
65
*
66
66
* @param array $attributes
67
67
*/
You can’t perform that action at this time.
0 commit comments