Skip to content

Commit

Permalink
Merge pull request #1631 from GrahamCampbell/https
Browse files Browse the repository at this point in the history
Replace a bunch of http links with https
  • Loading branch information
mnapoli authored Sep 11, 2023
2 parents 6311b7e + ddd9bd2 commit 122143b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 122143b

Please sign in to comment.