mirror of
https://github.com/Karaka-Management/oms-SupplierManagement.git
synced 2026-02-11 22:48:39 +00:00
Docblock fix
This commit is contained in:
parent
16801833ca
commit
abd1997c12
|
|
@ -16,7 +16,7 @@ namespace Modules\SupplierManagement\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;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class SupplierMapper extends DataMapperAbstract
|
|||
/**
|
||||
* Columns.
|
||||
*
|
||||
* @var array<string, array<string, string>>
|
||||
* @var array<string, array<string, string|bool>>
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $columns = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user