php-parser/doc
Ilia Smirnov 441e6e1d31 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.
2017-07-19 16:55:00 +02:00
..
component Update docs 2016-10-29 13:37:47 +02:00
0_Introduction.markdown Update some PHP version numbers 2016-07-22 17:07:56 +02:00
2_Usage_of_basic_components.markdown Fix example code to work (#390) 2017-05-28 12:35:04 +02:00
3_Other_node_tree_representations.markdown Remove XML serialization from docs 2017-04-08 23:12:53 +02:00
4_Code_generation.markdown Fixed incorrect class inheritance (#394) 2017-07-19 16:55:00 +02:00
5_FAQ.markdown Fix links 2017-04-09 18:51:46 +02:00