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
Having a syntax that wasn't specific to Psalm would be a better indication that the user wants the comment to be interpreted that way in other IDEs or analyzers.
src/Psalm/Internal/Analyzer/CommentAnalyzer.php would need to be changed.
Phan's latest releases support @seal-methods/@seal-properties.
The text was updated successfully, but these errors were encountered:
The behaviour changed in the most recent version so that any time @property or @mixin is given, @psalm-seal-properties is assumed (ditto for @method), but I'm happy to also support @seal-properties/@seal-methods.
Having a syntax that wasn't specific to Psalm would be a better indication that the user wants the comment to be interpreted that way in other IDEs or analyzers.
src/Psalm/Internal/Analyzer/CommentAnalyzer.php would need to be changed.
Phan's latest releases support
@seal-methods
/@seal-properties
.The text was updated successfully, but these errors were encountered: