docblock lie to fix some phpstan bugs

This commit is contained in:
Dennis Eichhorn 2018-09-22 19:09:12 +02:00
parent dad9a42ece
commit e9f1adc699
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ class DataMapperAbstract implements DataMapperInterface
/**
* Columns.
*
* @var array<string, array<string, string|bool>>
* @var array<string, array<string, string>>
* @since 1.0.0
*/
protected static $columns = [];

View File

@ -71,7 +71,7 @@ final class Directory extends FileAbstract implements DirectoryInterface
* @param string $path Path
* @param string $filter Filter
*
* @return array<string|array>
* @return array<string>
*
* @since 1.0.0
*/