enh: Make method return type nullable

Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
This commit is contained in:
Cleopatra Enjeck M.
2025-03-04 05:45:06 +00:00
committed by Enjeck
parent f3f26ceee8
commit c7e721acc9

View File

@ -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)