Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
With PHPStan, require trait users to implement Commentable
  • Loading branch information
JakeQZ committed Mar 22, 2025
commit de45497e0acb0edf7bb2cd1a0dd80ff51c744155
2 changes: 2 additions & 0 deletions src/Comment/CommentContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Provides a standard reusable implementation of `Commentable`.
*
* @internal
*
* @phpstan-require-implements Commentable
*/
trait CommentContainer
{
Expand Down