Skip to content

Commit

Permalink
Fix unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapio committed Aug 14, 2024
1 parent 3f5534f commit 60741fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DocBlock/Tags/Factory/ImplementsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @internal This class is not part of the BC promise of this library.
*/
final class ImplementsFactory implements Factory
final class ImplementsFactory implements PHPStanFactory
{
private DescriptionFactory $descriptionFactory;
private TypeResolver $typeResolver;
Expand Down
2 changes: 1 addition & 1 deletion src/DocBlock/Tags/Factory/TemplateImplementsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @internal This class is not part of the BC promise of this library.
*/
final class TemplateImplementsFactory implements Factory
final class TemplateImplementsFactory implements PHPStanFactory
{
private DescriptionFactory $descriptionFactory;
private TypeResolver $typeResolver;
Expand Down

0 comments on commit 60741fe

Please sign in to comment.