Fixed incorrect class inheritance (#394) Generated example was incorrect - you cannot define import alias: use Some\Other\Thingy as SomeClass; and then define a class with the s
Fixed incorrect class inheritance (#394) 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.
show more ...
|