Skip to content

Merge pull request #16 from fairpm/ac_11_filter_update_uri #21

Merge pull request #16 from fairpm/ac_11_filter_update_uri

Merge pull request #16 from fairpm/ac_11_filter_update_uri #21

Triggered via push November 25, 2025 18:20
Status Success
Total duration 41s
Artifacts

php-lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
strict-types: app/Values/Packages/PackageImportRequest.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file. The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.
strict-types: app/Services/Packages/PackageImportService.php#L1
Missing `declare(strict_types=1);` statement at the beginning of the file. The `strict_types` directive enforces strict type checking, which can prevent subtle bugs. Help: Add `declare(strict_types=1);` at the top of your file.