We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5534f commit 60741feCopy full SHA for 60741fe
src/DocBlock/Tags/Factory/ImplementsFactory.php
@@ -18,7 +18,7 @@
18
/**
19
* @internal This class is not part of the BC promise of this library.
20
*/
21
-final class ImplementsFactory implements Factory
+final class ImplementsFactory implements PHPStanFactory
22
{
23
private DescriptionFactory $descriptionFactory;
24
private TypeResolver $typeResolver;
src/DocBlock/Tags/Factory/TemplateImplementsFactory.php
-final class TemplateImplementsFactory implements Factory
+final class TemplateImplementsFactory implements PHPStanFactory
0 commit comments