Skip to content

Commit b12363b

Browse files
authored
Renamed hyperf-cloud to hyperf. (#754)
1 parent a8481e0 commit b12363b

15 files changed

+15
-15
lines changed

publish/redis.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
return [

src/ConfigProvider.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Redis;

src/Exception/InvalidRedisProxyException.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Redis\Exception;

src/Frequency.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Redis;

src/Pool/PoolFactory.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Redis\Pool;

src/Pool/RedisPool.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Redis\Pool;

src/Redis.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Redis;

src/RedisConnection.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Redis;

src/RedisFactory.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Redis;

src/RedisProxy.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/hyperf/blob/master/LICENSE
1111
*/
1212

1313
namespace Hyperf\Redis;

0 commit comments

Comments
 (0)