diff --git a/src/DocBlock/Tags/Example.php b/src/DocBlock/Tags/Example.php index 020145f..d27ed47 100644 --- a/src/DocBlock/Tags/Example.php +++ b/src/DocBlock/Tags/Example.php @@ -25,7 +25,7 @@ use function trim; /** * Reflection class for a {@}example tag in a Docblock. */ -final class Example implements Tag +final class Example implements Tag, Factory\StaticMethod { /** @var string Path to a file to use as an example. May also be an absolute URI. */ private $filePath;