Skip to content

Commit 099e442

Browse files
committed
update root folder links
1 parent a309719 commit 099e442

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.php_cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
$header = <<<'EOF'
3-
@link http://www.yiiframework.com/
3+
@link https://www.yiiframework.com/
44
@copyright Copyright (c) 2008 Yii Software LLC
5-
@license http://www.yiiframework.com/license/
5+
@license https://www.yiiframework.com/license/
66
EOF;
77

88
$finder = PhpCsFixer\Finder::create()

src/drivers/sqs/Queue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ protected function getClient()
230230
];
231231
} else {
232232
// use default provider if no key and secret passed
233-
//see - http://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/credentials.html#credential-profiles
233+
//see - https://docs.aws.amazon.com/aws-sdk-php/v3/guide/guide/credentials.html#credential-profiles
234234
$credentials = CredentialProvider::defaultProvider();
235235
}
236236

0 commit comments

Comments
 (0)