Skip to content

Commit d3a0409

Browse files
committed
no message
1 parent 56bc31c commit d3a0409

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ManageTokens.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ public static function register_jwt_fields_to( $type ) {
146146

147147
/**
148148
* Given an array of fields, this returns an array with the new fields added
149-
*
150-
* @return array
151149
*/
152150
public static function add_user_mutation_input_fields() {
153151
$fields = [
@@ -164,8 +162,6 @@ public static function add_user_mutation_input_fields() {
164162
register_graphql_fields( 'RegisterUserInput', $fields );
165163
register_graphql_fields( 'CreateUserInput', $fields );
166164
register_graphql_fields( 'UpdateUserInput', $fields );
167-
168-
return $fields;
169165
}
170166

171167
/**

0 commit comments

Comments
 (0)