Rich text: try BITS with block binding API #101839
Annotations
11 errors and 7 warnings
Run PHPCS on all Gutenberg files
Process completed with exit code 2.
|
Show PHPCS results in PR:
lib/init.php#L69
There should be a comma after the last array item in a multi-line array.
|
Show PHPCS results in PR:
lib/init.php#L81
Expected 1 spaces after opening parenthesis; 0 found
|
Show PHPCS results in PR:
lib/init.php#L81
Expected 1 spaces before closing parenthesis; 0 found
|
Show PHPCS results in PR:
lib/init.php#L82
Expected 1 spaces after opening parenthesis; 0 found
|
Show PHPCS results in PR:
lib/init.php#L82
Expected 1 spaces before closing parenthesis; 0 found
|
Show PHPCS results in PR:
lib/init.php#L83
Array keys must be surrounded by spaces unless they contain a string or an integer.
|
Show PHPCS results in PR:
lib/init.php#L89
Expected 1 spaces after opening parenthesis; 0 found
|
Show PHPCS results in PR:
lib/init.php#L89
Expected 1 spaces before closing parenthesis; 0 found
|
Show PHPCS results in PR:
lib/init.php#L97
Array keys must be surrounded by spaces unless they contain a string or an integer.
|
Show PHPCS results in PR:
lib/init.php#L113
Trailing comma's are not allowed in function calls in PHP 7.2 or earlier
|
Show PHPCS results in PR:
lib/init.php#L65
Array double arrow not aligned correctly; expected 4 space(s) between "'object_subtype'" and double arrow, but found 1.
|
Show PHPCS results in PR:
lib/init.php#L66
Array double arrow not aligned correctly; expected 6 space(s) between "'show_in_rest'" and double arrow, but found 1.
|
Show PHPCS results in PR:
lib/init.php#L67
Array double arrow not aligned correctly; expected 12 space(s) between "'single'" and double arrow, but found 7.
|
Show PHPCS results in PR:
lib/init.php#L68
Array double arrow not aligned correctly; expected 14 space(s) between "'type'" and double arrow, but found 9.
|
Show PHPCS results in PR:
lib/init.php#L82
Equals sign not aligned with surrounding assignments; expected 8 spaces but found 1 space
|
Show PHPCS results in PR:
lib/init.php#L89
Equals sign not aligned with surrounding assignments; expected 14 spaces but found 1 space
|
Show PHPCS results in PR:
lib/init.php#L104
Array double arrow not aligned correctly; expected 3 space(s) between "'postId'" and double arrow, but found 1.
|
Loading