Skip to content

Commit de45497

Browse files
committed
With PHPStan, require trait users to implement Commentable
1 parent fa0e11c commit de45497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Comment/CommentContainer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* Provides a standard reusable implementation of `Commentable`.
99
*
1010
* @internal
11+
*
12+
* @phpstan-require-implements Commentable
1113
*/
1214
trait CommentContainer
1315
{

0 commit comments

Comments
 (0)