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 eb0eea6 commit e0af3bf
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 PascalCase

Expand Down
3 changes: 3 additions & 0 deletions src/ScopeTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

use Brick\Math\BigInteger;

/**
* @phpstan-require-implements Scope
*/
trait ScopeTrait
{
public function contains(
Expand Down

0 comments on commit e0af3bf

Please sign in to comment.