Skip to content

Commit 854bd5f

Browse files
committed
Use consistent package annotation.
1 parent e6bd01f commit 854bd5f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

includes/AI_Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Class WordPress\AI_Client\AI_Client
44
*
55
* @since 0.1.0
6-
* @package wp-ai-client
6+
* @package WordPress\AI_Client
77
*/
88

99
namespace WordPress\AI_Client;

includes/API_Credentials/API_Credentials_Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Class WordPress\AI_Client\API_Credentials\API_Credentials_Manager
44
*
55
* @since 0.1.0
6-
* @package wp-ai-client
6+
* @package WordPress\AI_Client
77
*/
88

99
namespace WordPress\AI_Client\API_Credentials;

includes/API_Credentials/API_Credentials_Settings_Screen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Class WordPress\AI_Client\API_Credentials\API_Credentials_Settings_Screen
44
*
55
* @since 0.1.0
6-
* @package wp-ai-client
6+
* @package WordPress\AI_Client
77
*/
88

99
namespace WordPress\AI_Client\API_Credentials;

includes/Builders/Prompt_Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Class WordPress\AI_Client\Builders\Prompt_Builder
44
*
55
* @since 0.1.0
6-
* @package wp-ai-client
6+
* @package WordPress\AI_Client
77
*/
88

99
namespace WordPress\AI_Client\Builders;

includes/Builders/Prompt_Builder_With_WP_Error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Class WordPress\AI_Client\Builders\Prompt_Builder_With_WP_Error
44
*
55
* @since 0.1.0
6-
* @package wp-ai-client
6+
* @package WordPress\AI_Client
77
*/
88

99
namespace WordPress\AI_Client\Builders;

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
1313
* Text Domain: wp-ai-client
1414
*
15-
* @package wp-ai-client
15+
* @package WordPress\AI_Client
1616
*/
1717

1818
if ( ! defined( 'ABSPATH' ) ) {

0 commit comments

Comments
 (0)