RC1 #2493
Annotations
10 errors and 2 warnings
phpcs:
1_LinkedListCycle_simple.php#L4
Each class must be in a namespace of at least one level (a top-level vendor name)
|
phpcs:
1_LinkedListCycle_simple.php#L8
Visibility must be declared on method "__construct"
|
phpcs:
1_LinkedListCycle_simple.php#L8
Opening brace should be on a new line
|
phpcs:
1_LinkedListCycle_simple.php#L8
Opening brace must be the last content on the line
|
phpcs:
1_LinkedListCycle_simple.php#L8
Closing brace must be on a line by itself
|
phpcs:
1_LinkedListCycle_simple.php#L11
Each class must be in a file by itself
|
phpcs:
1_LinkedListCycle_simple.php#L11
Each class must be in a namespace of at least one level (a top-level vendor name)
|
phpcs:
1_LinkedListCycle_simple.php#L17
Visibility must be declared on method "hasCycle"
|
phpcs:
1_LinkedListCycle_simple.php#L17
Opening brace should be on a new line
|
phpcs:
2_LetterConminations.php#L5
Expected 1 space(s) after FOREACH keyword; 0 found
|
phpcs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, tinovyatkin/action-php-codesniffer@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|