We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bc31c commit d3a0409Copy full SHA for d3a0409
src/ManageTokens.php
@@ -146,8 +146,6 @@ public static function register_jwt_fields_to( $type ) {
146
147
/**
148
* Given an array of fields, this returns an array with the new fields added
149
- *
150
- * @return array
151
*/
152
public static function add_user_mutation_input_fields() {
153
$fields = [
@@ -164,8 +162,6 @@ public static function add_user_mutation_input_fields() {
164
162
register_graphql_fields( 'RegisterUserInput', $fields );
165
163
register_graphql_fields( 'CreateUserInput', $fields );
166
register_graphql_fields( 'UpdateUserInput', $fields );
167
-
168
- return $fields;
169
}
170
171
0 commit comments