Skip to content

Conversation

@greg0ire
Copy link
Member

@greg0ire greg0ire commented Oct 27, 2022

Upstream package has fixed a false positive with self::CONSTANT

Here is how the false positive looked like

   9 | ERROR | [ ] Invalid inline documentation comment format "@var int", expected "@var type $variable Optional description".
     |       |     (SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.InvalidFormat)

It was about these lines:

/** @var int */
const FOO = 123;

@greg0ire greg0ire force-pushed the adjust-expectations branch from 10d3a74 to 8eb81f4 Compare October 27, 2022 18:40
Upstream package has fixed a false positive with self::CONSTANT

Here is how the false positive looked like

>   9 | ERROR | [ ] Invalid inline documentation comment format "@var int", expected "@var type $variable Optional description".
>     |       |     (SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.InvalidFormat)

It was about these lines:

> /** @var int */
> const FOO = 123;
@greg0ire greg0ire force-pushed the adjust-expectations branch from 8eb81f4 to 4e45530 Compare October 27, 2022 18:44
@greg0ire greg0ire marked this pull request as ready for review October 27, 2022 20:17
@greg0ire greg0ire requested a review from a team October 27, 2022 20:17
@ostrolucky ostrolucky merged commit 91106f7 into doctrine:10.0.x Oct 27, 2022
@greg0ire greg0ire deleted the adjust-expectations branch October 27, 2022 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants