We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b668892 commit c5a3900Copy full SHA for c5a3900
src/DocBlock/Tags/Example.php
@@ -25,7 +25,7 @@
25
/**
26
* Reflection class for a {@}example tag in a Docblock.
27
*/
28
-final class Example implements Tag
+final class Example implements Tag, Factory\StaticMethod
29
{
30
/** @var string Path to a file to use as an example. May also be an absolute URI. */
31
private $filePath;
0 commit comments