Skip to content

Add JavaScript-backed URL wrapper #14

Add JavaScript-backed URL wrapper

Add JavaScript-backed URL wrapper #14

Triggered via pull request September 7, 2025 23:22
Status Failure
Total duration 1m 20s
Artifacts

cs.yml

on: pull_request
PHPCS check
22s
PHPCS check
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
PHPCS check: src/js-url.php#L56
Line indented incorrectly; expected at least 2 tabs, found 0
PHPCS check: src/js-url.php#L55
Line indented incorrectly; expected at least 2 tabs, found 0
PHPCS check: src/js-url.php#L54
Line indented incorrectly; expected at least 2 tabs, found 0
PHPCS check: src/js-url.php#L53
Line indented incorrectly; expected 1 tabs, found 0
PHPCS check: src/js-url.php#L48
Line indented incorrectly; expected at least 1 tabs, found 0
PHPCS check: src/js-url.php#L44
Line indented incorrectly; expected 1 tabs, found 0
PHPCS check: src/js-url.php#L43
Line indented incorrectly; expected at least 2 tabs, found 0
PHPCS check: src/js-url.php#L42
Line indented incorrectly; expected 1 tabs, found 0
PHPCS check: src/js-url.php#L33
Line indented incorrectly; expected at least 1 tabs, found 0
PHPCS check: src/js-url.php#L1
Class file names should be based on the class name with "class-" prepended. Expected class-url.php, but found js-url.php.
PHPCS check
Process completed with exit code 2.
PHPCS check: src/js-url.php#L209
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 5 spaces
PHPCS check: src/js-url.php#L79
Equals sign not aligned with surrounding assignments; expected 6 spaces but found 5 spaces
PHPCS check: src/js-url.php#L55
Stand-alone post-increment statement found. Use pre-increment instead: ++$id.