File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
$ header = <<<'EOF'
3
- @link http ://www.yiiframework.com/
3
+ @link https ://www.yiiframework.com/
4
4
@copyright Copyright (c) 2008 Yii Software LLC
5
- @license http ://www.yiiframework.com/license/
5
+ @license https ://www.yiiframework.com/license/
6
6
EOF;
7
7
8
8
$ finder = PhpCsFixer \Finder::create ()
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ protected function getClient()
230
230
];
231
231
} else {
232
232
// 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
234
234
$ credentials = CredentialProvider::defaultProvider ();
235
235
}
236
236
You can’t perform that action at this time.
0 commit comments