mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Remove external code coverage and fix scrutinizer issues
This commit is contained in:
@@ -26,7 +26,7 @@ class Description implements \Reflector
|
||||
/** @var string */
|
||||
protected $contents = '';
|
||||
|
||||
/** @var array The contents, as an array of strings and Tag objects. */
|
||||
/** @var array|null The contents, as an array of strings and Tag objects or null if it is not parsed yet. */
|
||||
protected $parsedContents = null;
|
||||
|
||||
/** @var DocBlock The DocBlock which this description belongs to. */
|
||||
|
||||
Reference in New Issue
Block a user