mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Fixes #181: Example did not implement interface
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user