nikic / PHP-Parser

A PHP parser written in PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[5.0] PropertyItem extends Stmt by mistake?

ondrejmirtes opened this issue · comments

The UPGRADING guide says:

Node\Stmt\PropertyProperty is now Node\PropertyItem and no longer extends Node\Stmt.

But when looking at the source code it still extends Stmt:

class PropertyItem extends Node\Stmt {

Same applies to UseItem. (I can open a new issue for this but it's probably not necessary.)