From 68ce17e59bf8bc09757f9b56fdad458679d6e988 Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 17 Sep 2020 17:23:07 +0200 Subject: Unify links to php.net Update all links to https://www.php.net/ Signed-off-by: J0WI --- apps/files/lib/Command/Scan.php | 2 +- apps/files/lib/Command/ScanAppData.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/files/lib/Command') diff --git a/apps/files/lib/Command/Scan.php b/apps/files/lib/Command/Scan.php index 6ca6ba76945..94621a66cd3 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 7b20fb011b0..cdd0df81c83 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 -- cgit v1.2.3