Pinterest Conversions API #1350
php-coding-standards.yml
on: pull_request
PHP coding standards
43s
Annotations
10 errors
PHP coding standards:
src/Tracking/Conversions/UserData.php#L4
There must be exactly one blank line after the file comment
|
PHP coding standards:
src/Tracking/Conversions/UserData.php#L17
PHP syntax error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
PHP coding standards:
src/Tracking/Conversions/UserData.php#L17
Typed properties are not supported in PHP 7.3 or earlier
|
PHP coding standards:
src/Tracking/Conversions/UserData.php#L22
Typed properties are not supported in PHP 7.3 or earlier
|
PHP coding standards:
src/Tracking/Conversions/UserData.php#L24
Missing doc comment for function __construct()
|
PHP coding standards:
src/Tracking/Conversions/SearchData.php#L4
There must be exactly one blank line after the file comment
|
PHP coding standards:
src/Tracking/Conversions/SearchData.php#L19
PHP syntax error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
|
PHP coding standards:
src/Tracking/Conversions/SearchData.php#L19
Typed properties are not supported in PHP 7.3 or earlier
|
PHP coding standards:
src/Tracking/Conversions/SearchData.php#L21
No space after opening parenthesis is prohibited
|
PHP coding standards:
src/Tracking/Conversions/SearchData.php#L21
Missing doc comment for function __construct()
|