Fix Laravel Pint formatting

This commit is contained in:
root
2026-06-09 00:03:03 -04:00
parent 8d4d610b82
commit b5fd4a4ca1
1414 changed files with 11317 additions and 10201 deletions
@@ -2,14 +2,15 @@
namespace App\Services\Parents;
use App\Controllers\ParentReportCardController;
use App\Models\Configuration;
use App\Services\ApplicationUrlService;
use App\Models\ReportCardAcknowledgement;
use App\Models\User;
use App\Services\ApplicationUrlService;
use Illuminate\Support\Facades\DB;
/**
* legacy {@see \App\Controllers\ParentReportCardController} parity (read + acknowledgement).
* legacy {@see ParentReportCardController} parity (read + acknowledgement).
*/
class ParentReportCardService
{
@@ -85,7 +86,7 @@ class ParentReportCardService
}
/**
* @param list<int> $studentIds
* @param list<int> $studentIds
* @return array<int, array<string, mixed>>
*/
public function acknowledgementMap(int $primaryParentUserId, array $studentIds, string $schoolYear, string $semester): array
@@ -117,7 +118,7 @@ class ParentReportCardService
}
/**
* @param array<string, mixed> $values viewed_at, signed_at, signed_name, signer_ip, …
* @param array<string, mixed> $values viewed_at, signed_at, signed_name, signer_ip, …
*/
public function touchAcknowledgement(
int $primaryParentUserId,