diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-09-17 17:23:07 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2020-09-17 17:40:04 +0200 |
commit | 68ce17e59bf8bc09757f9b56fdad458679d6e988 (patch) | |
tree | 324ade0863f0680002324ccddcd8f4ae5e06f97c /build/stubs/imagick.php | |
parent | ec07ca2abbc88f395b8eeedc4b2e5b679018a673 (diff) | |
download | nextcloud-server-68ce17e59bf8bc09757f9b56fdad458679d6e988.tar.gz nextcloud-server-68ce17e59bf8bc09757f9b56fdad458679d6e988.zip |
Unify links to php.net
Update all links to https://www.php.net/
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'build/stubs/imagick.php')
-rw-r--r-- | build/stubs/imagick.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/stubs/imagick.php b/build/stubs/imagick.php index 0c489736223..147e8b34dbd 100644 --- a/build/stubs/imagick.php +++ b/build/stubs/imagick.php @@ -1944,7 +1944,7 @@ class Imagick implements Iterator, Countable { public function getImageFormat () {} /** - * @link https://secure.php.net/manual/en/imagick.getimagemimetype.php + * @link https://www.php.net/manual/en/imagick.getimagemimetype.php * @return string Returns the image mime-type. */ public function getImageMimeType () {} |