-
Couldn't load subscription status.
- Fork 4
IBX-4929: Fix PhpDoc #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Tag "since" with body "@SInCE v0.9.3" has error
|
|
||
| /** | ||
| * @since v0.9.3 | ||
| * @since 1.13 eZ Platform 1.13 (ezplatform-http-cache 0.9.3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- eZ Platform 1.13.5
"ezsystems/ezplatform-http-cache": "~0.9.1", - eZ Platform 1.13.6
"ezsystems/ezplatform-http-cache": "~0.9.4",
It seems useless to be more precise
| * @since 1.13 eZ Platform 1.13 (ezplatform-http-cache 0.9.3) | |
| * @since 1.13.6 eZ Platform 1.13.6 (ezplatform-http-cache 0.9.3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tbh, I do not see value in that doc at all and we do not use it in other places - so from my pov, we could and should drop it.
@ibexa/php-dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 to Dawid's suggestion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ViniTou @konradoboza
✅ Simple removal
|
Kudos, SonarCloud Quality Gate passed! |
Tag "since" with body "@since v0.9.3" has errorFix@sinceusage (see IBX-4929: Fixed PhpDoc in various places core#226 for more)TODO:
$ composer test)$ composer fix-cs).