diff options
author | provokateurin <kate@provokateurin.de> | 2024-09-02 10:15:10 +0200 |
---|---|---|
committer | provokateurin <kate@provokateurin.de> | 2024-09-02 14:57:17 +0200 |
commit | 031166c1771cff50f4069098031a94a8e8da35c5 (patch) | |
tree | e1579022c2330a9b206e26247aac1fa86302d7de /lib/private/Image.php | |
parent | 3973a8f722c4acf5da82a611ee50f04e19627727 (diff) | |
download | nextcloud-server-031166c1771cff50f4069098031a94a8e8da35c5.tar.gz nextcloud-server-031166c1771cff50f4069098031a94a8e8da35c5.zip |
fix(OCP): Fix Image interface
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'lib/private/Image.php')
-rw-r--r-- | lib/private/Image.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/private/Image.php b/lib/private/Image.php index 39624612560..3dd0bc49662 100644 --- a/lib/private/Image.php +++ b/lib/private/Image.php @@ -779,9 +779,7 @@ class Image implements IImage { } /** - * Loads an image from a string of data. - * - * @param string $str A string of image data as read from a file. + * @inheritDoc */ public function loadFromData(string $str): GdImage|false { if (!$this->checkImageDataSize($str)) { |