Bump webpack-cli from 5.1.4 to 6.0.1 #167
coding-quality.yml
on: pull_request
code-quality
/
phpstan PHP 8.2
26s
Annotations
10 errors and 1 warning
code-quality / phpstan PHP 8.2:
blocks/condition/index.php#L72
@param bool $result does not accept actual type of parameter: mixed.
|
code-quality / phpstan PHP 8.2:
blocks/counter/index.php#L56
Cannot access an offset on mixed.
|
code-quality / phpstan PHP 8.2:
blocks/counter/index.php#L90
Binary operation "+" between mixed and 1 results in an error.
|
code-quality / phpstan PHP 8.2:
blocks/counter/index.php#L111
Function wp_conditional_blocks_current_counter_block() should return int but returns mixed.
|
code-quality / phpstan PHP 8.2:
src/assets.php#L60
Function Alley\WP\WP_Conditional_Blocks\get_entry_asset_map() should return array{dependencies?: array<string>, version?: string} but returns mixed.
|
code-quality / phpstan PHP 8.2:
src/assets.php#L76
Function Alley\WP\WP_Conditional_Blocks\get_asset_dependency_array() should return array<int, string> but returns array<string>.
|
code-quality / phpstan PHP 8.2:
src/class-block.php#L66
Parameter #1 $block of function serialize_block expects array{blockName?: string, attrs?: array, innerBlocks?: array<array>, innerHTML?: string, innerContent?: array}, array{blockName: string, attrs: array<string, mixed>, innerBlocks?: array<mixed>, innerHTML?: string, innerContent?: array<string>} given.
|
code-quality / phpstan PHP 8.2:
src/class-conditions.php#L15
Unknown PHPDoc tag: @phpstan-use-trait-for-class
|
code-quality / phpstan PHP 8.2:
src/class-conditions.php#L48
Call to function is_callable() with callable(): mixed will always evaluate to true.
|
code-quality / phpstan PHP 8.2:
src/class-conditions.php#L124
Property Alley\WP\WP_Conditional_Blocks\Conditions::$conditions (array{}|array{array{name: string, slug: string, callable: callable(): mixed}}) does not accept array{}|array{0?: array{name: string, slug: non-falsy-string, callable: callable(): mixed}}.
|
code-quality / phpstan PHP 8.2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|