From ddd9bd20acf4705f3f0be23cbea28f38fdaa9a85 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Mon, 11 Sep 2023 11:42:44 +0100 Subject: [PATCH] Replace a bunch of http links with https --- tests/Sam/PhpRuntimeTest.php | 2 +- tests/server.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Sam/PhpRuntimeTest.php b/tests/Sam/PhpRuntimeTest.php index bc30607e9..bbd379463 100644 --- a/tests/Sam/PhpRuntimeTest.php +++ b/tests/Sam/PhpRuntimeTest.php @@ -188,7 +188,7 @@ public function test php config() self::assertArraySubset([ // On the CLI we want errors to be sent to stdout -> those will end up in CloudWatch 'display_errors' => '1', - // This means `stderr` in php-cli (http://php.net/manual/errorfunc.configuration.php#ini.error-log) + // This means `stderr` in php-cli (https://www.php.net/manual/en/errorfunc.configuration.php#ini.error-log) 'error_log' => null, // This is the default production value 'error_reporting' => (string) (E_ALL & ~E_DEPRECATED & ~E_STRICT), diff --git a/tests/server.js b/tests/server.js index 1c7a49e81..5d416feca 100644 --- a/tests/server.js +++ b/tests/server.js @@ -56,7 +56,7 @@ * > DELETE /guzzle-server * > Host: 127.0.0.1:8126 * - * @package Guzzle PHP + * @package Guzzle PHP * @license See the LICENSE file that was distributed with this source code. */