Skip to content

Commit ac2cd20

Browse files
authored
Merge pull request #10533 from nextcloud/bugfix/noid/deduplicate-changed-api-section
fix(developer): Deduplicate "Changed API" section in 27 upgrade docs
2 parents 629791d + af3458a commit ac2cd20

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_27.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Changed APIs
5050
^^^^^^^^^^^^
5151

5252
* ``\OCP\UserMigration\ISizeEstimationMigrator::getEstimatedExportSize()`` now returns ``int|float`` to support 32-bit systems. (`nextcloud/server#38104 <https://github.com/nextcloud/server/pull/38104>`_)
53+
* ``\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>`_)
54+
* ``\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>`_)
55+
5356

5457
Deprecated APIs
5558
^^^^^^^^^^^^^^^
@@ -62,13 +65,6 @@ Removed APIs
6265

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

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-
71-
7268
Behavioral changes
7369
^^^^^^^^^^^^^^^^^^
7470

0 commit comments

Comments
 (0)