You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that the associated Structural Elements are used purely for the internal workings of this piece of software.
In particular to avoid apearing such internal details in the API documentation.
I actually don't need those abstract methods in the trait. I have them there for convenience, so that the code makes sense while calling those methods from the expected PHPUnit API.
But for you as a PHPUnit user they are part of the public API of PHPUnit. Actually I don't know what should be a correct behaviour for this case. I don't think it's well defined in PHPDoc and last time I checked, this FIG soap was about to implode or at least PSR-5 died. Ok, before I make any action on that, I need some authoritative information about the correct behaviour. I'll try to get that from https://github.com/phpDocumentor/phpDocumentor2.
@malkusch Can you fully remove those abstract methods in the trait, as you said you don't need them actually? They add no value and just pollute inspections in PhpStorm.
In my IDE (PhpStorm) this annotation mark method call as a problem.

Maybe is there reason for remove this for clear and helpful IDE messages?
The text was updated successfully, but these errors were encountered: