Skip to content

Commit b0610b7

Browse files
Merge pull request #10513 from nextcloud/fix/document-return-type-fixes-in-ocp-27
Document some phpdoc return type changes in OCP in 27
2 parents 4b3f305 + d35cf3c commit b0610b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ Removed APIs
6262

6363
* Intermediate transition event classes ``\OCP\WorkflowEngine\IEntityCompat`` and ``\OCP\WorkflowEngine\IOperationCompat`` have been removed as advertised for 2023 (`nextcloud/server#37040 <https://github.com/nextcloud/server/pull/37040>`_)
6464

65+
Changed APIs
66+
^^^^^^^^^^^^
67+
68+
* ``\OCP\Files\FileInfo::getOwner`` documented return type is now nullable, to match what was already returned by the implementation (`nextcloud/server#36836 <https://github.com/nextcloud/server/pull/36836>`_)
69+
* ``\OCP\Files\File::fopen`` and ``\OCP\Files\SimpleFS\ISimpleFile::read`` documented return types are now nullable, to match what was already returned by the implementations (`nextcloud/server#36836 <https://github.com/nextcloud/server/pull/36836>`_)
70+
6571

6672
Behavioral changes
6773
^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)