Skip to content

Commit 824910f

Browse files
committed
no message
1 parent a78dd0b commit 824910f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+602
-589
lines changed

access-functions.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?php
22

33
/**
4-
* @param string $acf_field_type
5-
* @param array|callable $config
6-
*
7-
* @return void
4+
* @param string $acf_field_type
5+
* @param array<mixed>|callable $config
86
*/
97
function register_graphql_acf_field_type( string $acf_field_type, $config = [] ): void {
108
add_action(
119
'wpgraphql/acf/register_field_types',
1210
static function ( \WPGraphQL\Acf\FieldTypeRegistry $registry ) use ( $acf_field_type, $config ) {
1311
$registry->register_field_type( $acf_field_type, $config );
14-
}
12+
}
1513
);
1614
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"appsero/client": "1.2.1"
1515
},
1616
"require-dev": {
17-
"automattic/vipwpcs": "^2.3",
17+
"automattic/vipwpcs": "^3.0",
1818
"lucatume/wp-browser": "3.1.0",
1919
"codeception/module-asserts": "^1.3",
2020
"codeception/module-phpbrowser": "^1.0",

composer.lock

Lines changed: 201 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)