mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-23 23:08:39 +00:00
Fix return type hint
This commit is contained in:
parent
dad943059f
commit
10f392408c
|
|
@ -71,7 +71,7 @@ final class Directory extends FileAbstract implements DirectoryInterface
|
|||
* @param string $path Path
|
||||
* @param string $filter Filter
|
||||
*
|
||||
* @return array<string>
|
||||
* @return array<string|array>
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
@ -105,7 +105,7 @@ final class Directory extends FileAbstract implements DirectoryInterface
|
|||
* @param string $extension Extension
|
||||
* @param string $exclude Pattern to exclude
|
||||
*
|
||||
* @return array<string>
|
||||
* @return array<string|array>
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user