fix: Broken Access Control Vulnerability Issue #20
wpcs.yml
on: pull_request
Run PHPCS inspection
16s
Annotations
10 errors
Run PHPCS inspection:
src/Insights.php#L13
Opening brace should be on the same line as the declaration for class Insights
|
Run PHPCS inspection:
src/Insights.php#L54
No space after opening parenthesis is prohibited
|
Run PHPCS inspection:
src/Insights.php#L54
Expected exactly one space between closing parenthesis and opening control structure; "
" found.
|
Run PHPCS inspection:
src/Insights.php#L54
Expected 1 spaces after opening parenthesis; 0 found
|
Run PHPCS inspection:
src/Insights.php#L54
No space before closing parenthesis is prohibited
|
Run PHPCS inspection:
src/Insights.php#L55
Opening brace should be on the same line as the declaration
|
Run PHPCS inspection:
src/Insights.php#L56
No space after opening parenthesis is prohibited
|
Run PHPCS inspection:
src/Insights.php#L56
Expected 1 spaces after opening parenthesis; 0 found
|
Run PHPCS inspection:
src/Insights.php#L56
Expected 1 spaces before closing parenthesis; 0 found
|
Run PHPCS inspection:
src/Insights.php#L56
Expected 1 space after "!"; 0 found
|