mirror of
https://github.com/nextcloud/tables.git
synced 2025-08-16 15:17:20 +00:00
enh: Make method return type nullable
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
This commit is contained in:

committed by
Enjeck

parent
f3f26ceee8
commit
c7e721acc9
@ -43,7 +43,7 @@ use OCP\AppFramework\Db\Entity;
|
||||
* @method setRowsCount(int $rowsCount)
|
||||
* @method getColumnsCount(): int
|
||||
* @method setColumnsCount(int $columnsCount)
|
||||
* @method getViews(): array
|
||||
* @method getViews(): ?array
|
||||
* @method setViews(array $views)
|
||||
* @method getColumns(): array
|
||||
* @method setColumns(array $columns)
|
||||
|
Reference in New Issue
Block a user