Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace a bunch of http links with https #1631

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/Sam/PhpRuntimeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion tests/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* > DELETE /guzzle-server
* > Host: 127.0.0.1:8126
*
* @package Guzzle PHP <http://www.guzzlephp.org>
* @package Guzzle PHP <https://docs.guzzlephp.org/en/stable/>
* @license See the LICENSE file that was distributed with this source code.
*/

Expand Down
Loading