mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
[cs] remove value-less docblocks
This commit is contained in:
committed by
Jaap van Otterdijk
parent
c664d2866d
commit
c19b4d170c
@@ -73,9 +73,6 @@ final class DocBlock
|
|||||||
return $this->summary;
|
return $this->summary;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return DocBlock\Description
|
|
||||||
*/
|
|
||||||
public function getDescription(): DocBlock\Description
|
public function getDescription(): DocBlock\Description
|
||||||
{
|
{
|
||||||
return $this->description;
|
return $this->description;
|
||||||
|
|||||||
@@ -185,9 +185,6 @@ final class Method extends BaseTag implements Factory\StaticMethod
|
|||||||
return $this->isStatic;
|
return $this->isStatic;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return Type
|
|
||||||
*/
|
|
||||||
public function getReturnType(): Type
|
public function getReturnType(): Type
|
||||||
{
|
{
|
||||||
return $this->returnType;
|
return $this->returnType;
|
||||||
|
|||||||
Reference in New Issue
Block a user