mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 18:13:13 +00:00
Fix unittests
This commit is contained in:
@@ -18,7 +18,7 @@ use function is_string;
|
|||||||
/**
|
/**
|
||||||
* @internal This class is not part of the BC promise of this library.
|
* @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 DescriptionFactory $descriptionFactory;
|
||||||
private TypeResolver $typeResolver;
|
private TypeResolver $typeResolver;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ use function is_string;
|
|||||||
/**
|
/**
|
||||||
* @internal This class is not part of the BC promise of this library.
|
* @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 DescriptionFactory $descriptionFactory;
|
||||||
private TypeResolver $typeResolver;
|
private TypeResolver $typeResolver;
|
||||||
|
|||||||
Reference in New Issue
Block a user