Fixes #181: Example did not implement interface

This commit is contained in:
Mike van Riel
2019-12-27 21:42:04 +01:00
parent b668892da4
commit c5a39003d5
+1 -1
View File
@@ -25,7 +25,7 @@ use function trim;
/** /**
* Reflection class for a {@}example tag in a Docblock. * 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. */ /** @var string Path to a file to use as an example. May also be an absolute URI. */
private $filePath; private $filePath;