Skip to content

refactor: remove stargazers cache #27

refactor: remove stargazers cache

refactor: remove stargazers cache #27

Triggered via pull request April 14, 2025 14:52
Status Failure
Total duration 20s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
15s
Run style check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Run style check
Process completed with exit code 1.
analysis/undefined-function-or-method: src/Web/Analytics/PackageDownloadsPerHour/PackageDownloadsPerHourProjector.php#L17
Call to undefined static method `table` on class `App\Web\Analytics\PackageDownloadsPerHour\PackageDownloadsPerHour`. Help: Define `table` in `App\Web\Analytics\PackageDownloadsPerHour\PackageDownloadsPerHour` before calling it statically.
analysis/undefined-function-or-method: src/Web/Analytics/VisitsPerDay/VisitsPerDayProjector.php#L25
Call to undefined static method `table` on class `App\Web\Analytics\VisitsPerDay\VisitsPerDay`. Help: Define `table` in `App\Web\Analytics\VisitsPerDay\VisitsPerDay` before calling it statically.
analysis/undefined-function-or-method: src/Web/Analytics/PackageDownloadsPerDay/PackageDownloadsPerDayProjector.php#L17
Call to undefined static method `table` on class `App\Web\Analytics\PackageDownloadsPerDay\PackageDownloadsPerDay`. Help: Define `table` in `App\Web\Analytics\PackageDownloadsPerDay\PackageDownloadsPerDay` before calling it statically.
analysis/undefined-function-or-method: src/Web/Analytics/VisitsPerHour/VisitsPerHourProjector.php#L25
Call to undefined static method `table` on class `App\Web\Analytics\VisitsPerHour\VisitsPerHour`. Help: Define `table` in `App\Web\Analytics\VisitsPerHour\VisitsPerHour` before calling it statically.
analysis/undefined-function-or-method: src/StoredEvents/EventsReplayCommand.php#L49
Call to undefined static method `table` on class `App\StoredEvents\StoredEvent`. Help: Define `table` in `App\StoredEvents\StoredEvent` before calling it statically.
comment/no-untagged-todo: src/Web/Documentation/ChapterView.php#L37
TODO should be tagged with (@username) or (#issue). Help: Add a user tag or issue reference to the TODO comment, e.g. TODO(@azjezz), TODO(azjezz), TODO(#123).
strictness/require-return-type: src/Migrations/FixDateTimeFieldsMigration.php#L14
Method `__invoke` is missing a return type hint. Type hints improve code readability and help prevent type-related errors. Help: Consider adding a return type hint to method `__invoke`.