Release 0.11.0
Note: This is going to be the last version that supports running under PHP 5.x
Changed
- Upgraded dependencies: Now using PHP-Parser 3.1+
- The publicOnly mode now actually works
Merged
- #310: Make the build reproducible
- #319:Fixed: #315 count(): Parameter must be an array or an object that implements Countable
Fixed
- #320: Multiline annotation for class constants fails to add subsequent lines
- #315: count(): Parameter must be an array or an object that implements Countable (Thanks to @cristicotet, @swmarc)
- #313: Parsing of concatenated constants in classes fails
- #312: Alias for trait causes error
- #299: Run phpdox with a cloned repository on Windows
- #284: Error in Generator
- #242: Call to undefined method TheSeer\phpDox\Collector\ClassObject::addImplementor()