Skip to content

Commit

Permalink
Generate stubs for WPGraphQL 1.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 4, 2023
1 parent 1e8509b commit 60601f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-sodium": "*",
"wpackagist-plugin/wp-graphql": "1.14.9"
"wpackagist-plugin/wp-graphql": "1.14.10"
},
"config": {
"allow-plugins": {
Expand Down
4 changes: 2 additions & 2 deletions wp-graphql-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -12023,7 +12023,7 @@ public function check_theme_update($transient_data)
}
namespace {
// autoload_real.php @generated by Composer
class ComposerAutoloaderInitb434d07e378a997f3ef8b07b695343c2
class ComposerAutoloaderInitcd085122dceca764cadf39187dd2171e
{
public static function loadClassLoader($class)
{
Expand All @@ -12037,7 +12037,7 @@ public static function getLoader()
}
}
namespace Composer\Autoload {
class ComposerStaticInitb434d07e378a997f3ef8b07b695343c2
class ComposerStaticInitcd085122dceca764cadf39187dd2171e
{
public static $files = array('a3ed03db03d57650e139da3e8903943c' => __DIR__ . '/../..' . '/access-functions.php', 'f23fb2f3f8f0b37aeaa2e54bba971cf2' => __DIR__ . '/../..' . '/activation.php', '041a301cb7808aeb8a9086a5113fbadc' => __DIR__ . '/../..' . '/deactivation.php');
public static $prefixLengthsPsr4 = array('W' => array('WPGraphQL\\' => 10), 'G' => array('GraphQL\\' => 8), 'A' => array('Appsero\\' => 8));
Expand Down

0 comments on commit 60601f1

Please sign in to comment.