mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
Add missing @since in InMemoryFile to please CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
0571391b10
commit
eb60b650aa
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ class InMemoryFile implements ISimpleFile {
|
|||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
* @since 24.0.0
|
||||
*/
|
||||
public function getExtension(): string {
|
||||
return \pathinfo($this->name, PATHINFO_EXTENSION);
|
||||
|
|
|
|||
Loading…
Reference in a new issue