fix wpcs errors 1 #52
Annotations
10 errors
WPCS:
wordpress-block-page/src/render.php#L1
Missing file doc comment
|
WPCS:
wordpress-block-page/src/render.php#L1
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'get_block_wrapper_attributes'.
|
WPCS:
wordpress-block-page/build/render.php#L19
There must be exactly one blank line after the file comment
|
WPCS:
wordpress-block-page/build/index.asset.php#L1
Missing file doc comment
|
WPCS:
wordpress-block-page/build/index.asset.php#L1
Missing space after array opener.
|
WPCS:
wordpress-block-page/build/index.asset.php#L1
Missing space before array closer.
|
WPCS:
wordpress-block-page/build/index.asset.php#L1
When a multi-item array uses associative keys, each value should start on a new line.
|
WPCS:
wordpress-block-page/build/editor.asset.php#L1
Missing file doc comment
|
WPCS:
wordpress-block-page/build/editor.asset.php#L1
Missing space after array opener.
|
WPCS:
wordpress-block-page/build/editor.asset.php#L1
Missing space before array closer.
|