]> source.dussan.org Git - nextcloud-server.git/commit
Add corresponding interface to trait
authorCarl Schwan <carl@carlschwan.eu>
Sun, 16 Oct 2022 22:55:48 +0000 (00:55 +0200)
committerCarl Schwan <carl@carlschwan.eu>
Mon, 17 Oct 2022 08:58:27 +0000 (10:58 +0200)
commitc94f9f5e5f41b197dcbfbdc3526b8c5e6198d786
treed06ce53b1c897dee2e0f74e42bc6cb7d416638d7
parent2d75321c2360fb20bf3705ef0b6c82ab320cc3ae
Add corresponding interface to trait

Since we can't specify that we want a class implementing a trait yet in
PHP

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
apps/files_external/lib/Lib/Auth/AuthMechanism.php
apps/files_external/lib/Lib/Backend/Backend.php
apps/files_external/lib/Lib/FrontendDefinitionTrait.php
apps/files_external/lib/Lib/IFrontendDefinition.php [new file with mode: 0644]
apps/files_external/lib/Lib/IIdentifier.php [new file with mode: 0644]
apps/files_external/lib/Lib/IdentifierTrait.php
apps/files_external/lib/Lib/PriorityTrait.php