Fix Pint formatting

This commit is contained in:
root
2026-06-09 01:25:14 -04:00
parent 6be4875c5e
commit 20a0b6c4e5
1485 changed files with 11318 additions and 10273 deletions
@@ -2,6 +2,7 @@
namespace App\Services\PrintRequests;
use App\Controllers\PrintRequests;
use App\Models\AdminNotificationSubject;
use App\Models\ClassSection;
use App\Models\Configuration;
@@ -16,7 +17,7 @@ use Illuminate\Support\Facades\Schema;
use Illuminate\Support\Str;
/**
* legacy {@see \App\Controllers\PrintRequests} parity (SPA JSON + uploads).
* legacy {@see PrintRequests} parity (SPA JSON + uploads).
*/
class PrintRequestsPortalService
{
@@ -165,7 +166,7 @@ class PrintRequestsPortalService
}
/**
* @param array<string, mixed> $requestData merged row after update for notifications
* @param array<string, mixed> $requestData merged row after update for notifications
*/
public function notifyAdminsForPrintRequest(int $printRequestId, array $requestData, string $event = 'created'): void
{
@@ -323,7 +324,7 @@ class PrintRequestsPortalService
}
/**
* @param array<string, mixed> $row
* @param array<string, mixed> $row
* @return array<string, mixed>
*/
public function normalizePrintRequestRow(array $row): array