1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-30 04:19:30 +01:00

Release PHP-Parser 4.0.3

This commit is contained in:
Nikita Popov 2018-07-15 19:25:01 +02:00
parent 8b1c9c0409
commit bd088dc940

View File

@ -1,6 +1,11 @@
Version 4.0.3-dev
Version 4.0.4-dev
-----------------
Nothing yet.
Version 4.0.3 (2018-07-15)
--------------------------
### Fixed
* Fixed possible undefined offset notice in formatting-preserving printer. (#513)