Skip to content

Morphs php annotation incorrect #422

@tanthammar

Description

@tanthammar
  • Laravel Version: 8.24.0
  • PHP Version: 8.0
  • Blueprint Version: 1.20.2
  • Platform: Mac

In yaml

obj: morphs

Generated annotation in Model:

/**
 * @property string $obj
 */

Expected:

/**
 * @property int $obj_id
 * @property string $obj_type
 */

Didn't test morphsUuid...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions