Skip to content

DEsaulenko/hw18. Практикум решения алгоритмических задач 2 #1311

DEsaulenko/hw18. Практикум решения алгоритмических задач 2

DEsaulenko/hw18. Практикум решения алгоритмических задач 2 #1311

Triggered via pull request September 13, 2023 21:40
Status Failure
Total duration 23s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpcs: app/fraction-to-recurring-decimal.php#L17
Each class must be in a namespace of at least one level (a top-level vendor name)
phpcs: app/fraction-to-recurring-decimal.php#L18
Opening brace must not be followed by a blank line
phpcs: app/fraction-to-recurring-decimal.php#L25
Visibility must be declared on method "fractionToDecimal"
phpcs: app/fraction-to-recurring-decimal.php#L42
Visibility must be declared on method "prepareRight"
phpcs: app/fraction-to-recurring-decimal.php#L73
Expected 1 blank line at end of file; 2 found
phpcs: app/intersection-of-two-linked-lists.php#L17
Each class must be in a namespace of at least one level (a top-level vendor name)
phpcs: app/intersection-of-two-linked-lists.php#L24
Visibility must be declared on method "getIntersectionNode"
phpcs: app/intersection-of-two-linked-lists.php#L37
Visibility must be declared on method "findIntersection"
phpcs: app/intersection-of-two-linked-lists.php#L55
Visibility must be declared on method "getLength"
phpcs
Error: Command failed: php phpcs.phar --report=checkstyle --standard=phpcs.xml app/fraction-to-recurring-decimal.php app/intersection-of-two-linked-lists.php app/src/ListNode.php
phpcs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, tinovyatkin/action-php-codesniffer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/