mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-02-11 17:58:41 +00:00
Docblock fix
This commit is contained in:
parent
c223738edb
commit
fbeea2e7e4
|
|
@ -16,7 +16,7 @@ namespace Modules\ItemManagement\Admin;
|
||||||
|
|
||||||
use phpOMS\DataStorage\Database\DatabasePool;
|
use phpOMS\DataStorage\Database\DatabasePool;
|
||||||
use phpOMS\Module\UpdaterAbstract;
|
use phpOMS\Module\UpdaterAbstract;
|
||||||
use phpOMS\System\File\Directory;
|
use phpOMS\System\File\Local\Directory;
|
||||||
use phpOMS\Module\InfoManager;
|
use phpOMS\Module\InfoManager;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ class ItemMapper extends DataMapperAbstract
|
||||||
/**
|
/**
|
||||||
* Columns.
|
* Columns.
|
||||||
*
|
*
|
||||||
* @var array<string, array<string, string>>
|
* @var array<string, array<string, string|bool>>
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $columns = [
|
protected static $columns = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user