Fix Laravel Pint formatting

This commit is contained in:
root
2026-06-08 23:30:22 -04:00
parent 567dc24649
commit c792b8be05
1288 changed files with 10766 additions and 9669 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