mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 15:18:41 +00:00
docblock lie to fix some phpstan bugs
This commit is contained in:
parent
dad9a42ece
commit
e9f1adc699
|
|
@ -77,7 +77,7 @@ class DataMapperAbstract implements DataMapperInterface
|
||||||
/**
|
/**
|
||||||
* Columns.
|
* Columns.
|
||||||
*
|
*
|
||||||
* @var array<string, array<string, string|bool>>
|
* @var array<string, array<string, string>>
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $columns = [];
|
protected static $columns = [];
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@ final class Directory extends FileAbstract implements DirectoryInterface
|
||||||
* @param string $path Path
|
* @param string $path Path
|
||||||
* @param string $filter Filter
|
* @param string $filter Filter
|
||||||
*
|
*
|
||||||
* @return array<string|array>
|
* @return array<string>
|
||||||
*
|
*
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user