Page MenuHomePhabricator

Let `PhutilTypeLexer` support PHP style qualified names
Closed, ResolvedPublic

Description

PhutilTypeLexer is used by PhutilTypeSpec to perform type checks. Currently it doesn't support qualified class/interface name, in which case it throws an exception. But since qualified name is very common in PHP, I think it's reasonable to add this support.