Fix unittests

This commit is contained in:
Jaapio
2024-08-14 22:00:37 +02:00
parent 3f5534f776
commit 60741fe387
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ use function is_string;
/**
* @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;
@@ -18,7 +18,7 @@ use function is_string;
/**
* @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;