Claas Augner
Claas Augner
I'm not sure, but since there were no relevant changes in Laravel 6.x, maybe something changed in the way Psalm behaves? Relevant changes: https://github.com/vimeo/psalm/compare/0317f1d...82b3564
Hm, I'm experiencing the same issue, where the plugin (or ide-helper) doesn't automatically create `@property` annotations for relationships, an adding those annotations manually doesn't solve the issue (because custom PHPDoc...
@eithed So the reason I added `'--reset' => true` was that `barryvdh/laravel-ide-helper` does *not* copy the imports corresponding to the annotations, so if you use an imported type in one...
Duplicate of #193.
> I'm not sure why, but with certain versions of this plugins things stop working @brendt Can you please elaborate: 1. What is your environment? Please provide the output of:...
@maximal @CharlieTap @luisgrases Can you report if the problem still occurs with latest `vimeo/psalm` (4.8.1) and `psalm/plugin-laravel` (1.4.9)? If it does, please share your current output of: `composer show |...
@jniggemann Are you still working on the German translation?
To show inherited properties (and methods!?) in the APIRef sidebar, we can use the same data source as the `InheritanceDiagram` macro (i.e. the `InterfaceData.json`). Requirements: 1. Show all inherited properties...
FWIW We need to make sure that doesn't break the EmbedLiveSample macro (see [this issue](https://github.com/mdn/yari/issues/5005)).
@wbamberg or @SphinxKnight or @OnkarRuikar Could you please check if this is still an issue? If so, we would accept a PR that fixes this.