mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
change somes things for SA
This commit is contained in:
@@ -84,7 +84,7 @@ final class MyTag extends BaseTag implements StaticMethod
|
||||
* @see Tag for the interface declaration of the `create` method.
|
||||
* @see Tag::create() for more information on this method's workings.
|
||||
*/
|
||||
public static function create(string $body, DescriptionFactory $descriptionFactory = null, Context $context = null): MyTag
|
||||
public static function create(string $body, DescriptionFactory $descriptionFactory = null, Context $context = null): self
|
||||
{
|
||||
Assert::notNull($descriptionFactory);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user