Gallery: Add lightbox support #113683
Annotations
8 errors and 3 warnings
Run PHPCS on all Gutenberg files
Process completed with exit code 2.
|
Show PHPCS results in PR:
packages/block-library/src/gallery/index.php#L79
The function name 'interactive_block_gallery_id()' is invalid. In this file, PHP function names must either match one of the allowed prefixes exactly or begin with one of them, followed by an underscore. The allowed prefixes are: 'block_core_gallery', 'render_block_core_gallery', 'register_block_core_gallery'.
|
Show PHPCS results in PR:
packages/block-library/src/gallery/index.php#L80
Tabs must be used to indent lines; spaces are not allowed
|
Show PHPCS results in PR:
packages/block-library/src/gallery/index.php#L81
Tabs must be used to indent lines; spaces are not allowed
|
Show PHPCS results in PR:
packages/block-library/src/gallery/index.php#L82
Tabs must be used to indent lines; spaces are not allowed
|
Show PHPCS results in PR:
packages/block-library/src/gallery/index.php#L83
Tabs must be used to indent lines; spaces are not allowed
|
Show PHPCS results in PR:
packages/block-library/src/gallery/index.php#L84
Tabs must be used to indent lines; spaces are not allowed
|
Show PHPCS results in PR
Process completed with exit code 1.
|
Show PHPCS results in PR:
packages/block-library/src/gallery/index.php#L51
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
|
Show PHPCS results in PR:
packages/block-library/src/gallery/index.php#L53
Equals sign not aligned correctly; expected 1 space but found 3 spaces
|
Show PHPCS results in PR:
packages/block-library/src/gallery/index.php#L61
Array double arrow not aligned correctly; expected 1 space(s) between "'images'" and double arrow, but found 4.
|
Loading