diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-01-08 16:21:23 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-01-14 11:13:58 +0100 |
| commit | 748b4aa7eda67e80e806680e6fb29e051c27449a (patch) | |
| tree | c1c0dfc3aedfd4d70df9a7ed6a94d3505b00a0f0 /lib | |
| parent | 0b864974695ab43c20751a3f046dd60fea831d65 (diff) | |
fix inconsistency
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/filesystem/LibraryFile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystem/LibraryFile.php b/lib/filesystem/LibraryFile.php index d2e26cb..4fed17b 100644 --- a/lib/filesystem/LibraryFile.php +++ b/lib/filesystem/LibraryFile.php @@ -34,7 +34,7 @@ class LibraryFile extends StandardFile return $this->file; } - public function getFileRef() + public function getFileRef(): ?FileRef { return $this->fileref; } |
