Releases: phpdocwatch/docwatch
0.4.3
Improve differentiation between property-read accessors and property-write mutators
0.4.2
Improvements to casts docblocker
0.4.1
Fix issue where method returning union type would fail on AccessorsAsProperties where it expects a standard ReflectionNamedType
0.4.0
Remove class const in favour of similar class constant (DRY)
0.3.3
Fixes and improvements to the Laravel MacrosAsMethods parser
0.3.2
Add support for custom query builders, such as a Product model having a custom ProductBuilder query builder
0.3.1
Fix query builder method parser so that methods such as find or create generate a docblock with return type set to static instead of Builder so that IDE understands code like Product::create()->categories()->get()
0.3.0
Still a Work in Progress pre-release
0.2.4
Enable Laravel model casts parser, by default
Extract Laravel and Carbon macros from ServiceProviders
0.2.3 fix: remove directory separator in favour for forward slashes