summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-12-22 09:53:31 +0100
committerGitHub <noreply@github.com>2020-12-22 09:53:31 +0100
commitadc4f1a8113f33c206a15545b4e4911f4d73234f (patch)
tree279a51651e04f4216565825597871199f32b42a6 /apps/files/lib
parent72fda1033379af8dc8e40c4b89b333ac73c080f0 (diff)
parent68ce17e59bf8bc09757f9b56fdad458679d6e988 (diff)
downloadnextcloud-server-adc4f1a8113f33c206a15545b4e4911f4d73234f.tar.gz
nextcloud-server-adc4f1a8113f33c206a15545b4e4911f4d73234f.zip
Merge pull request #22916 from J0WI/unifiy-links-to-php.net
Unify links to php.net
Diffstat (limited to 'apps/files/lib')
-rw-r--r--apps/files/lib/Command/Scan.php2
-rw-r--r--apps/files/lib/Command/ScanAppData.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php
index fef6eac31d8..6f1679e48de 100644
--- a/apps/files/lib/Command/Scan.php
+++ b/apps/files/lib/Command/Scan.php
@@ -236,7 +236,7 @@ class Scan extends Base {
/**
* Processes PHP errors as exceptions in order to be able to keep track of problems
*
- * @see https://secure.php.net/manual/en/function.set-error-handler.php
+ * @see https://www.php.net/manual/en/function.set-error-handler.php
*
* @param int $severity the level of the error raised
* @param string $message
diff --git a/apps/files/lib/Command/ScanAppData.php b/apps/files/lib/Command/ScanAppData.php
index f67ac7e6d2d..ee539cb5d0d 100644
--- a/apps/files/lib/Command/ScanAppData.php
+++ b/apps/files/lib/Command/ScanAppData.php
@@ -183,7 +183,7 @@ class ScanAppData extends Base {
/**
* Processes PHP errors as exceptions in order to be able to keep track of problems
*
- * @see https://secure.php.net/manual/en/function.set-error-handler.php
+ * @see https://www.php.net/manual/en/function.set-error-handler.php
*
* @param int $severity the level of the error raised
* @param string $message