This repository was archived by the owner on Nov 20, 2025. It is now read-only.
archive repo #404
Merged
archive repo #404
Annotations
2 warnings
|
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.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading