Remove external code coverage and fix scrutinizer issues

This commit is contained in:
Mike van Riel
2015-02-03 21:43:12 +01:00
parent f8bb8d74ae
commit 7b8092e37f
7 changed files with 98 additions and 77 deletions
@@ -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. */