mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 13:21:12 +01:00
441e6e1d31
Generated example was incorrect - you cannot define import alias: use Some\Other\Thingy as SomeClass; and then define a class with the same name: abstract class SomeClass ... Class names changed to avoid conflict between import alias and abstract class name.