Updated packages. Bumped tested up to 6.6. #33
Triggered via pull request
September 19, 2024 12:51
Status
Success
Total duration
2m 42s
Artifacts
–
Annotations
29 errors and 10 warnings
classes/class-wp-widget-disable.php#L54
Method \WP_Widget_Disable::add_hooks() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L88
Method \WP_Widget_Disable::get_url() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "string" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L97
Method \WP_Widget_Disable::get_path() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "string" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L108
Method \WP_Widget_Disable::get_basename() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "string" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L115
Method \WP_Widget_Disable::load_textdomain() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L124
Method \WP_Widget_Disable::admin_menu() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L154
Method \WP_Widget_Disable::settings_page_load_callback() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L169
Method \WP_Widget_Disable::settings_page_callback() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L178
Method \WP_Widget_Disable::settings_errors() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L189
Method \WP_Widget_Disable::has_settings_errors() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "bool" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L202
Method \WP_Widget_Disable::save_network_options() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L240
Method \WP_Widget_Disable::plugin_action_links() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "array" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L268
Method \WP_Widget_Disable::set_default_sidebar_widgets() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L288
Method \WP_Widget_Disable::get_default_dashboard_widgets() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "array" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L340
Method \WP_Widget_Disable::disable_sidebar_widgets() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L356
Method \WP_Widget_Disable::get_disabled_dashboard_widgets() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "array" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L374
Method \WP_Widget_Disable::disable_dashboard_widgets_with_remote_requests() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L406
Method \WP_Widget_Disable::disable_dashboard_widgets() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L444
Method \WP_Widget_Disable::sanitize_sidebar_widgets() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "array" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L444
Method \WP_Widget_Disable::sanitize_sidebar_widgets() does not have native type hint for its parameter $input but it should be possible to add it based on @param annotation "array" (SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L504
Method \WP_Widget_Disable::sanitize_dashboard_widgets() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "array" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L504
Method \WP_Widget_Disable::sanitize_dashboard_widgets() does not have native type hint for its parameter $input but it should be possible to add it based on @param annotation "array" (SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L561
Method \WP_Widget_Disable::register_settings() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L571
Closure does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L596
Closure does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L618
Method \WP_Widget_Disable::render_sidebar_checkboxes() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L666
Method \WP_Widget_Disable::render_dashboard_checkboxes() does not have void return type hint (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L802
Method \WP_Widget_Disable::use_widgets_block_editor() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "bool" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L814
Method \WP_Widget_Disable::get_widgets_to_hide_from_legacy_widget_block() does not have native return type hint for its return value but it should be possible to add it based on @return annotation "array" (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint)
|
classes/class-wp-widget-disable.php#L237
@param annotation of method \WP_Widget_Disable::plugin_action_links() does not specify type hint for items of its traversable parameter $links (SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification)
|
classes/class-wp-widget-disable.php#L238
@return annotation of method \WP_Widget_Disable::plugin_action_links() does not specify type hint for items of its traversable return value (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification)
|
classes/class-wp-widget-disable.php#L286
@return annotation of method \WP_Widget_Disable::get_default_dashboard_widgets() does not specify type hint for items of its traversable return value (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification)
|
classes/class-wp-widget-disable.php#L354
@return annotation of method \WP_Widget_Disable::get_disabled_dashboard_widgets() does not specify type hint for items of its traversable return value (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification)
|
classes/class-wp-widget-disable.php#L441
@param annotation of method \WP_Widget_Disable::sanitize_sidebar_widgets() does not specify type hint for items of its traversable parameter $input (SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification)
|
classes/class-wp-widget-disable.php#L442
@return annotation of method \WP_Widget_Disable::sanitize_sidebar_widgets() does not specify type hint for items of its traversable return value (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification)
|
classes/class-wp-widget-disable.php#L501
@param annotation of method \WP_Widget_Disable::sanitize_dashboard_widgets() does not specify type hint for items of its traversable parameter $input (SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification)
|
classes/class-wp-widget-disable.php#L502
@return annotation of method \WP_Widget_Disable::sanitize_dashboard_widgets() does not specify type hint for items of its traversable return value (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification)
|
classes/class-wp-widget-disable.php#L812
@return annotation of method \WP_Widget_Disable::get_widgets_to_hide_from_legacy_widget_block() does not specify type hint for items of its traversable return value (SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification)
|
linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|