mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-02-08 19:28:41 +00:00
Docblock fix
This commit is contained in:
parent
b0616a2cd0
commit
506e42aa56
|
|
@ -16,7 +16,7 @@ namespace Modules\Draw\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 DrawImageMapper 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