Skip to content

Commit 60741fe

Browse files
committed
Fix unittests
1 parent 3f5534f commit 60741fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/DocBlock/Tags/Factory/ImplementsFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @internal This class is not part of the BC promise of this library.
2020
*/
21-
final class ImplementsFactory implements Factory
21+
final class ImplementsFactory implements PHPStanFactory
2222
{
2323
private DescriptionFactory $descriptionFactory;
2424
private TypeResolver $typeResolver;

src/DocBlock/Tags/Factory/TemplateImplementsFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @internal This class is not part of the BC promise of this library.
2020
*/
21-
final class TemplateImplementsFactory implements Factory
21+
final class TemplateImplementsFactory implements PHPStanFactory
2222
{
2323
private DescriptionFactory $descriptionFactory;
2424
private TypeResolver $typeResolver;

0 commit comments

Comments
 (0)