mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-09 23:18:40 +00:00
Docblock fix
This commit is contained in:
parent
6766ae0b4f
commit
af05c97a31
|
|
@ -16,7 +16,7 @@ namespace Modules\Editor\Admin;
|
|||
|
||||
use phpOMS\DataStorage\Database\DatabasePool;
|
||||
use phpOMS\Module\UpdaterAbstract;
|
||||
use phpOMS\System\File\Directory;
|
||||
use phpOMS\System\File\Local\Directory;
|
||||
use phpOMS\Module\InfoManager;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class EditorDocMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array<string, string>>
|
||||
* @var array<string, array<string, string|bool>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
static protected $columns = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user