Ruud Kamphuis
Ruud Kamphuis
I think this doesn't require an explanation 😊
This depends on https://github.com/TomasVotruba/class-leak/pull/36 Fixes #35 Only the last 2 commits in this PR are new. ### Rename attributes to usedAttributes This better explains that it's about used attributes. ###...
> [!NOTE] > Found a bug. Any class that has a doc comment is always skipped. This PR fixes the issue. ### Move `@api` exclusion to filter stage When we're...
Let's say you have the following: ```php abstract class A {} ``` ```php class B extends A {} ``` They both link to each other. A should not be marked...
Given you have the following code: ```php final readonly class MyValue { public function __construct( public string $value, ) {} } final readonly class MyResponse { /** * @param list...
In the upcoming PHPStan 1.11 we'll see `// identifier:` comments. Could this be useful to further analyze the baseline? https://github.com/phpstan/phpstan-src/commit/4b32cac2d1b98c6af65c07041fdbc64e5d3f3baf
It's great that `phpstan-baseline-filter` supports reading a baseline from PHP format. But it would be great if it would then also write it back in PHP format, instead of the...
## Feature request I configured `phpdoc_line_span` with: ```php [ 'const' => 'multi', 'method' => 'multi', 'property' => 'multi', ] ``` It would be great if it could also handle inline...
| Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | |...
| Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? |no | Deprecations? |no | Issues | | License |...