-
We are facing the following issues while running Larastan on our codebase. One of the ways to fix is to add properties of the model in the doc blocks of the model. Are collaborators open for this? |
Beta Was this translation helpful? Give feedback.
Answered by
Gummibeer
Sep 2, 2021
Replies: 1 comment
-
Hey, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Gummibeer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
yes - I would merge a PR adding a full doc-block as the IDE-Helper generates. It should use FQCN instead of imports and also use
Carbon\Carbon
instead ofIlluminate\Support\Carbon
and the last@extends
or@mixin
line can be removed as well as all the magicwhere
methods.