Can Vural
Can Vural
Seems like duplicate of #1577
Hi, The rule makes sense. Nice catch with the bug! Thanks.
Hi, I made this rule optional for now. 4834d0f I got many complaints about it. Again, we can enable it by default for v3. Also note for the future, we...
Looks like the return type of `getDefaultTaxonomies` is wrong. If you fix it so that it returns a collection of `AcademyContentTaxonomy` your error would be solved.
The generated filename is not a real path. Maybe that's why PHPStan doesn't like it. Needs to be investigated. It'd be great if anyone can investigate this further.
Hi, `static` type is really tricky thing to handle. I don't know how this nested builder type is constructed. Looks like it might be a bug. But for your use...
Hi, Like I explained in the PR associated, if there are no errors when analyzing the code that _calls_ these methods, then you can safely ignore these errors.
Hi, Currently Blade components are not even [compiled.](https://github.com/canvural/phpstan-blade-rule/blob/main/src/Compiler/BladeToPHPCompiler.php#L83-L84) I'm not sure how you can get this error.
Hi, Can you show me the output of `composer show symplify/template-phpstan-compiler` ? (just the version) Also, do you override any built-in Blade directive by registering your own?
@micc83 There is really not much information here for me to understand what is the issue. I would need a minimal code that reproduces this. You can also try to...