nextcloud/lib/private/Files
Ferdinand Thiessen a96406086c fix(FileInfo): correctly implement \ArrayAccess::offsetGet
We are targetting PHP 8.1+, since PHP 8.0 `offsetGet` has the `mixed` types for `offset` and return value.
So this adds the types to correctly implement the interface.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-09-06 03:58:00 +02:00
..
AppData chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Cache chore: adjust code to adhere to coding standard 2024-09-05 21:23:38 +02:00
Config style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Lock chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Mount style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Node fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder 2024-08-29 12:43:44 +02:00
Notify chore: Add SPDX header 2024-05-24 13:11:22 +02:00
ObjectStore Merge pull request #46013 from nextcloud/obj-store-move-from-storage-preserve-fileid 2024-08-26 13:47:27 +02:00
Search style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
SimpleFS chore: Add SPDX header 2024-05-24 13:11:22 +02:00
Storage fix: Also validate parent path in verifyPath 2024-08-28 17:22:20 +02:00
Stream style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Template feat: Add support for filling fields to backend components 2024-07-25 11:11:40 +02:00
Type style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Utils chore: Add SPDX header 2024-05-24 13:11:22 +02:00
FileInfo.php fix(FileInfo): correctly implement \ArrayAccess::offsetGet 2024-09-06 03:58:00 +02:00
FilenameValidator.php fix: Also validate parent path in verifyPath 2024-08-28 17:22:20 +02:00
Filesystem.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
SetupManager.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
SetupManagerFactory.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
View.php Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parents 2024-09-04 20:00:24 +02:00