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. */