File tree Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 11# Changelog of phpDox
22
3- ## phpDox 0.12.0 (?? ??? ???? )
3+ ## phpDox 0.12.0 (13 Mar 2019 )
44
55Note: This release requires PHP 7.1+
66
@@ -9,6 +9,13 @@ Note: This release requires PHP 7.1+
99* Changed all sources to follow PHP 7 syntax
1010* Updated php core classes and interfaces data
1111
12+ ### Fixed
13+ * [ #271 ] ( https://github.com/theseer/phpdox/issues/271 ) : Fix TokenFile not Found Error on Windows
14+
15+ ### Merged
16+ * [ #352 ] ( https://github.com/theseer/phpdox/pull/352 ) : Fix bad exit status 255 generated by uncaught TypeError
17+ * [ #335 ] ( https://github.com/theseer/phpdox/pull/335 ) : Make this compatible with PHPUnit 7.2
18+
1219
1320## phpDox 0.11.2 (22 May 2018)
1421
@@ -33,7 +40,7 @@ Note: 0.11.x is the last series of releases that supports running under PHP 5.x
3340
3441### Merged
3542* [ #310 ] ( https://github.com/theseer/phpdox/pull/310 ) : Make the build reproducible
36- * [ #319 ] ( https://github.com/theseer/phpdox/pull/319 ) :Fixed: #315 count(): Parameter must be an array or an object that implements Countable
43+ * [ #319 ] ( https://github.com/theseer/phpdox/pull/319 ) : Fixed: #315 count(): Parameter must be an array or an object that implements Countable
3744
3845### Fixed
3946* [ #320 ] ( https://github.com/theseer/phpdox/issues/320 ) : Multiline annotation for class constants fails to add subsequent lines
You can’t perform that action at this time.
0 commit comments