mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-26 20:04:48 +01:00
Fix apostrophe
This commit is contained in:
parent
2438848487
commit
158322e1e4
@ -1,7 +1,7 @@
|
|||||||
PHP Parser
|
PHP Parser
|
||||||
==========
|
==========
|
||||||
|
|
||||||
This is a PHP 5.2 to PHP 5.6 parser written in PHP. It's purpose is to simplify static code analysis and
|
This is a PHP 5.2 to PHP 5.6 parser written in PHP. Its purpose is to simplify static code analysis and
|
||||||
manipulation.
|
manipulation.
|
||||||
|
|
||||||
[**Documentation for version 1.0.x**][doc_master] (stable; for running on PHP >= 5.3).
|
[**Documentation for version 1.0.x**][doc_master] (stable; for running on PHP >= 5.3).
|
||||||
@ -73,4 +73,4 @@ Additionally, you can convert a syntax tree back to PHP code. This allows you to
|
|||||||
So, that's it, in a nutshell. You can find everything else in the [docs][doc_master].
|
So, that's it, in a nutshell. You can find everything else in the [docs][doc_master].
|
||||||
|
|
||||||
[doc_0_9]: https://github.com/nikic/PHP-Parser/tree/0.9/doc
|
[doc_0_9]: https://github.com/nikic/PHP-Parser/tree/0.9/doc
|
||||||
[doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc
|
[doc_master]: https://github.com/nikic/PHP-Parser/tree/master/doc
|
||||||
|
Loading…
Reference in New Issue
Block a user