Skip to content

Commit

Permalink
Added @phpstan-require-implements constraints
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wright <[email protected]>
  • Loading branch information
betterthanclay committed Aug 22, 2024
1 parent da193f6 commit 617e4a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Added @phpstan-require-implements constraints

## v0.2.0 (2024-08-21)
* Converted consts to protected PascalCase
* Updated Tagged dependency
Expand Down
3 changes: 3 additions & 0 deletions src/ReferenceTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
use Stringable;
use Throwable;

/**
* @phpstan-require-implements Reference
*/
trait ReferenceTrait
{
// protected const CanonicalPattern = '';
Expand Down

0 comments on commit 617e4a9

Please sign in to comment.