Skip to content
  • Ilia Smirnov's avatar
    Fixed incorrect class inheritance (#394) · 441e6e1d
    Ilia Smirnov authored
    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.
    441e6e1d