mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Remove Error display at MethodTag
This commit is contained in:
@@ -114,9 +114,6 @@ class MethodTag extends ReturnTag
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$this->parsedDescription = null;
|
$this->parsedDescription = null;
|
||||||
} else {
|
|
||||||
echo date('c') . ' ERR (3): @method contained invalid contents: '
|
|
||||||
. $this->content . PHP_EOL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
|||||||
Reference in New Issue
Block a user