Skip to content

Commit c5a3900

Browse files
committed
Fixes #181: Example did not implement interface
1 parent b668892 commit c5a3900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DocBlock/Tags/Example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* Reflection class for a {@}example tag in a Docblock.
2727
*/
28-
final class Example implements Tag
28+
final class Example implements Tag, Factory\StaticMethod
2929
{
3030
/** @var string Path to a file to use as an example. May also be an absolute URI. */
3131
private $filePath;

0 commit comments

Comments
 (0)