Update PHPDOC blocks defined return types where bool was declared and only false was returned

This commit is contained in:
DariusIII
2018-08-03 14:41:10 +02:00
parent b9934f5f34
commit b7daf85399
39 changed files with 141 additions and 577 deletions
@@ -79,22 +79,22 @@ class ProcessAdditional
protected $_archiveInfo;
/**
* @var array|bool|string
* @var bool|null|string
*/
protected $_innerFileBlacklist;
/**
* @var array|bool|int|string
* @var int
*/
protected $_maxNestedLevels;
/**
* @var array|bool|string
* @var null|string
*/
protected $_7zipPath;
/**
* @var array|bool|string
* @var null|string
*/
protected $_unrarPath;