Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Document some phpdoc return type changes in OCP in 27
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed May 30, 2023
commit d35cf3cb04de518fa0538d7549b77e19a0065283
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ Removed APIs

* 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>`_)

Changed APIs
^^^^^^^^^^^^

* ``\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>`_)
* ``\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>`_)


Behavioral changes
^^^^^^^^^^^^^^^^^^
Expand Down