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