Skip to content

Commit 736bee0

Browse files
committed
PHPStan fix
1 parent bf73bb4 commit 736bee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Connectors_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public function get( $args, $assoc_args ) {
190190
*
191191
* @param string $connector_id The connector ID.
192192
* @param mixed[] $connector Connector settings from wp_get_connectors().
193-
* @return array{name: string, description: string, status: string, type: string, auth_method: string, credentials_url: string, plugin_slug: string}
193+
* @return array{name: string, description: string, status: string, type: string, auth_method: string, credentials_url: string, plugin_file: string}
194194
*/
195195
private function build_connector_item( string $connector_id, array $connector ): array {
196196
$auth = is_array( $connector['authentication'] ) ? $connector['authentication'] : array();

0 commit comments

Comments
 (0)