Skip to content

Commit 20c2ff3

Browse files
author
Dacheng Gao
committed
Fix LICENSE link
1 parent 17777c7 commit 20c2ff3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
1111
*/
1212

1313
namespace Hyperf\Testing;

src/HttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
1111
*/
1212

1313
namespace Hyperf\Testing;

tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
1111
*/
1212

1313
namespace HyperfTest\Testing;

tests/Stub/Exception/Handler/FooExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
1111
*/
1212

1313
namespace HyperfTest\Testing\Stub\Exception\Handler;

tests/Stub/FooController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @link https://www.hyperf.io
88
* @document https://doc.hyperf.io
99
* @contact [email protected]
10-
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE
10+
* @license https://github.com/hyperf-cloud/hyperf/blob/master/LICENSE.md
1111
*/
1212

1313
namespace HyperfTest\Testing\Stub;

0 commit comments

Comments
 (0)