Skip to content

feat: updates data api and scheduler add #27

feat: updates data api and scheduler add

feat: updates data api and scheduler add #27

Triggered via pull request August 19, 2024 09:22
Status Failure
Total duration 29s
Artifacts

wpcs.yml

on: pull_request
Run PHPCS inspection
19s
Run PHPCS inspection
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run PHPCS inspection: includes/Api.php#L56
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_AUTHORIZATION']
Run PHPCS inspection: flywp.php#L63
Expected 1 spaces after opening parenthesis; 0 found
Run PHPCS inspection: flywp.php#L63
Missing space before array closer.
Run PHPCS inspection: flywp.php#L63
Expected 1 spaces before closing parenthesis; 0 found
Run PHPCS inspection: flywp.php#L105
Expected 1 space after open parenthesis; 0 found
Run PHPCS inspection: flywp.php#L105
Expected 1 space before close parenthesis; 0 found
Run PHPCS inspection: includes/Api/UpdatesData.php#L13
Expected 1 spaces after opening parenthesis; 0 found
Run PHPCS inspection: includes/Api/UpdatesData.php#L13
Missing space after array opener.
Run PHPCS inspection: includes/Api/UpdatesData.php#L13
Missing space before array closer.
Run PHPCS inspection: includes/Api/UpdatesData.php#L13
Expected 1 spaces before closing parenthesis; 0 found
Run PHPCS inspection
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/