File tree Expand file tree Collapse file tree 9 files changed +24
-24
lines changed Expand file tree Collapse file tree 9 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
*/
7
7
8
8
namespace yiiunit \apidoc \commands ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
*/
7
7
8
8
namespace yiiunit \apidoc \commands ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
*/
7
7
8
8
namespace yiiunit \apidoc \data \api \animal ;
@@ -43,4 +43,4 @@ public function getAge()
43
43
{
44
44
return time () - $ this ->birthDate ;
45
45
}
46
- }
46
+ }
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
*/
7
7
8
8
namespace yiiunit \apidoc \data \api \animal ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
*/
7
7
8
8
namespace yiiunit \apidoc \data \api \animal ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
*/
7
7
8
8
namespace yiiunit \apidoc \models ;
@@ -17,18 +17,18 @@ class BaseDocTest extends TestCase
17
17
*/
18
18
public function testExtractFirstSentenceWithBackticks ()
19
19
{
20
- $ initialText = 'fallback host info (e.g. `http ://www.yiiframework.com`) used when '
20
+ $ initialText = 'fallback host info (e.g. `https ://www.yiiframework.com`) used when '
21
21
. '[[\yii\web\Request::$hostInfo|Request::$hostInfo]] is invalid. This value will replace '
22
22
. '[[\yii\web\Request::$hostInfo|Request::$hostInfo]] before [[$denyCallback]] is called to make sure that '
23
23
. 'an invalid host will not be used for further processing. You can set it to `null` to leave '
24
24
. '[[\yii\web\Request::$hostInfo|Request::$hostInfo]] untouched. Default value is empty string (this will '
25
25
. 'result creating relative URLs instead of absolute). ' ;
26
26
$ actualFirstSentence = BaseDoc::extractFirstSentence ($ initialText );
27
- $ expectedFirstSentence = 'fallback host info (e.g. `http ://www.yiiframework.com`) used when '
27
+ $ expectedFirstSentence = 'fallback host info (e.g. `https ://www.yiiframework.com`) used when '
28
28
. '[[\yii\web\Request::$hostInfo|Request::$hostInfo]] is invalid. ' ;
29
29
$ this ->assertEquals ($ expectedFirstSentence , $ actualFirstSentence );
30
30
}
31
-
31
+
32
32
/**
33
33
* @link https://github.com/yiisoft/yii2-apidoc/pull/282
34
34
*/
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
*/
7
7
8
8
namespace yiiunit \apidoc \support \controllers ;
15
15
class ApiControllerMock extends ApiController
16
16
{
17
17
use StdOutBufferControllerTrait;
18
- }
18
+ }
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
*/
7
7
8
8
namespace yiiunit \apidoc \support \controllers ;
15
15
class GuideControllerMock extends GuideController
16
16
{
17
17
use StdOutBufferControllerTrait;
18
- }
18
+ }
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
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
*/
7
7
8
8
namespace yiiunit \apidoc \support \controllers ;
You can’t perform that action at this time.
0 commit comments