Skip to content

Commit 7fc3bcf

Browse files
authored
Minor spelling now longer -> no longer (#1088)
1 parent acf8f5e commit 7fc3bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ PhpParser\Node\Stmt\Class_::VISIBILITY_MODIFIER_MASK -> PhpParser\Modifiers::VIS
308308

309309
### Changes to node constructors
310310

311-
Node constructor arguments accepting types now longer accept plain strings. Either an `Identifier` or `Name` (or `ComplexType`) should be passed instead. This affects the following constructor arguments:
311+
Node constructor arguments accepting types no longer accept plain strings. Either an `Identifier` or `Name` (or `ComplexType`) should be passed instead. This affects the following constructor arguments:
312312

313313
* The `'returnType'` key of `$subNodes` argument of `Node\Expr\ArrowFunction`.
314314
* The `'returnType'` key of `$subNodes` argument of `Node\Expr\Closure`.

0 commit comments

Comments
 (0)