Fixed property types with missing null PhpDoc types

This commit is contained in:
Dylan K. Taylor
2020-02-05 20:55:03 +00:00
parent 495bfda044
commit 1a5228e7a6
11 changed files with 16 additions and 16 deletions

View File

@ -62,7 +62,7 @@ class ZippedResourcePack implements ResourcePack{
/** @var \stdClass */
protected $manifest;
/** @var string */
/** @var string|null */
protected $sha256 = null;
/** @var resource */