Skip to content

Commit

Permalink
Update PHP and JS dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Oct 20, 2024
1 parent 350c85d commit eacf90a
Show file tree
Hide file tree
Showing 6 changed files with 1,728 additions and 1,328 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions includes/Chatbot/Chatbot_AI.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ private function get_active_plugins_info(): array {
}

if ( ! function_exists( 'get_plugins' ) ) {
// @phpstan-ignore-next-line requireOnce.fileNotFound
require_once ABSPATH . 'wp-admin/includes/plugin.php';
}
$plugins = get_plugins();
Expand Down
1 change: 1 addition & 0 deletions includes/Services/Options/Option_Encrypter.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ private function trigger_error( string $function_name, string $message, int $err
return;
}

// @phpstan-ignore-next-line
wp_trigger_error( $function_name, $message, $error_level );
}
}
2 changes: 1 addition & 1 deletion includes/Services/Types/Parts.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static function ( Part $part ) {
*
* @since 0.1.0
*
* @param array<string, mixed> $data The parts data.
* @param mixed[] $data The parts data.
* @return Parts The Parts instance.
*
* @throws InvalidArgumentException Thrown if the parts data is invalid.
Expand Down
Loading

0 comments on commit eacf90a

Please sign in to comment.