Skip to content

Commit 294787f

Browse files
committed
Add required interface to example tag
1 parent 7d19c87 commit 294787f

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
@@ -19,7 +19,7 @@
1919
/**
2020
* Reflection class for a {@}example tag in a Docblock.
2121
*/
22-
final class Example extends BaseTag
22+
final class Example extends BaseTag implements Factory\StaticMethod
2323
{
2424
/**
2525
* @var string Path to a file to use as an example. May also be an absolute URI.

0 commit comments

Comments
 (0)