Releases: PHP-DI/PhpDocReader
Releases · PHP-DI/PhpDocReader
2.1.1
#17 Add iterable
to the list of ignored types
2.1.0
Support for PHP 5.3 was dropped.
#12: Support for the mixed
type
2.0.0
The package was renamed from mnapoli/phpdocreader
to php-di/phpdoc-reader
and moved to the PHP-DI organization.
Additionally the package is now standalone and doesn't require doctrine/annotations anymore.
1.3.0
Added an option to ignore phpdoc errors (invalid classes)
1.2.1
Bugfix related to #3 (support class names containing "_")
1.2.0
Fixes #3: Handle unrecognizable types: multiple types, generics, arrays, …
1.1.0
Changes:
- deprecated
getPropertyType
in favor of getPropertyClass
- deprecated
getParameterType
in favor of getParameterClass
Fixes:
- #1 Primitive types (
@var bool
) would raise exceptions