Skip to content

Commit

Permalink
Cs Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Jun 16, 2023
1 parent 3161c83 commit 6bd0388
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion publish/openai.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This file is part of friendsofhyperf/components.
*
* @link https://github.com/friendsofhyperf/components
* @document https://github.com/friendsofhyperf/components/blob/3.x/README.md
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/
use function Hyperf\Support\env;
Expand Down
2 changes: 1 addition & 1 deletion src/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This file is part of friendsofhyperf/components.
*
* @link https://github.com/friendsofhyperf/components
* @document https://github.com/friendsofhyperf/components/blob/3.x/README.md
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/
namespace FriendsOfHyperf\OpenAi;
Expand Down
2 changes: 1 addition & 1 deletion src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This file is part of friendsofhyperf/components.
*
* @link https://github.com/friendsofhyperf/components
* @document https://github.com/friendsofhyperf/components/blob/3.x/README.md
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/
namespace FriendsOfHyperf\OpenAi;
Expand Down
2 changes: 1 addition & 1 deletion src/Exception/ApiKeyIsMissing.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This file is part of friendsofhyperf/components.
*
* @link https://github.com/friendsofhyperf/components
* @document https://github.com/friendsofhyperf/components/blob/3.x/README.md
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/
namespace FriendsOfHyperf\OpenAi\Exception;
Expand Down

0 comments on commit 6bd0388

Please sign in to comment.