Skip to content

Tags: barryvdh/laravel-ide-helper

Tags

v3.5.5

normalize composer.json

v3.5.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check if returnType from docblock is not null (#1658)

v3.5.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use generics of return type to determine resulting models (#1653)

v3.5.2

Fix empty closure

v3.5.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove duplicate config, fix ->can() (#1650)

v3.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add special 'dev' to composer keywords (#1649)

v3.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add TLDR section, update options (#1639)

v3.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Assign $output method parameter to $this->output on Generator (#1623)

The `$output` method parameter is not being assigned to the `$this->output` class variable.

v3.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pivot): only use unique classes in the pivot union (Fixes #1606) (#…

…1607)

* fix(pivot): only use unique classes in the pivot union (Fixes #1606)

* composer fix-style

---------

Co-authored-by: laravel-ide-helper <laravel-ide-helper@users.noreply.github.com>

v3.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use `numeric` type on fields with `decimal` casts (#1583)

* feat: use `numeric` type on fields with `decimal` casts

* docs: update CHANGELOG.md

---------

Co-authored-by: Barry vd. Heuvel <barry@fruitcake.nl>