Code Quality Checks #1190
code-quality.yml
on: schedule
code-quality
/
Lint GitHub Actions workflows
5s
code-quality
/
Lint PHP files
17s
code-quality
/
Lint Gherkin Feature files
18s
code-quality
/
Spell check
9s
code-quality
/
PHPCS
26s
code-quality
/
PHPStan
37s
Annotations
10 errors
|
code-quality / PHPStan:
src/Icon_Command.php#L269
WP_Icons_Registry::is_registered() is only available since WordPress version 7.0.0.
|
|
code-quality / PHPStan:
src/Icon_Command.php#L233
WP_Icons_Registry::get_registered_icon() is only available since WordPress version 7.0.0.
|
|
code-quality / PHPStan:
src/Icon_Command.php#L150
WP_Icons_Registry::get_registered_icons() is only available since WordPress version 7.0.0.
|
|
code-quality / PHPStan:
src/Icon_Command.php#L143
WP_Icon_Collections_Registry::is_registered() is only available since WordPress version 7.1.0.
|
|
code-quality / PHPStan:
src/Icon_Collection_Command.php#L218
WP_Icons_Registry::get_registered_icons() is only available since WordPress version 7.0.0.
|
|
code-quality / PHPStan:
src/Icon_Collection_Command.php#L203
WP_Icon_Collections_Registry::is_registered() is only available since WordPress version 7.1.0.
|
|
code-quality / PHPStan:
src/Icon_Collection_Command.php#L167
WP_Icon_Collections_Registry::get_registered() is only available since WordPress version 7.1.0.
|
|
code-quality / PHPStan:
src/Icon_Collection_Command.php#L92
WP_Icon_Collections_Registry::get_all_registered() is only available since WordPress version 7.1.0.
|
|
code-quality / PHPStan:
src/Comment_Command.php#L537
PHPDoc tag `@var` with type array is not subtype of type array<int<0, max>|WP_Comment>|int<0, max>.
|
|
code-quality / PHPStan:
src/Comment_Command.php#L530
PHPDoc tag `@var` with type int is not subtype of type array<int<0, max>|WP_Comment>|int<0, max>.
|