From e6452e8d15cab62075ffabeed44d1e378f3fc270 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sat, 5 May 2018 18:45:25 -0300 Subject: [PATCH] Fix typo in UPGRADE-4.0 (#498) --- UPGRADE-4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-4.0.md b/UPGRADE-4.0.md index 4ee213a..628bdbd 100644 --- a/UPGRADE-4.0.md +++ b/UPGRADE-4.0.md @@ -62,7 +62,7 @@ HHVM is no longer actively supported. ### Removed functionality -* Removed `type` subnode on `Class`, `ClassMethod` and `Property` nodes. Use `flags` instead. +* Removed `type` subnode on `Class_`, `ClassMethod` and `Property` nodes. Use `flags` instead. * The `ClassConst::isStatic()` method has been removed. Constants cannot have a static modifier. * The `NodeTraverser` no longer accepts `false` as a return value from a `leaveNode()` method. `NodeTraverser::REMOVE_NODE` should be returned instead.