fix gitlab tests

This commit is contained in:
root
2026-06-09 02:32:58 -04:00
parent 20a0b6c4e5
commit 6def9993da
1489 changed files with 10449 additions and 11356 deletions
@@ -2,7 +2,6 @@
namespace App\Services\PrintRequests;
use App\Controllers\PrintRequests;
use App\Models\AdminNotificationSubject;
use App\Models\ClassSection;
use App\Models\Configuration;
@@ -17,7 +16,7 @@ use Illuminate\Support\Facades\Schema;
use Illuminate\Support\Str;
/**
* legacy {@see PrintRequests} parity (SPA JSON + uploads).
* legacy {@see \App\Controllers\PrintRequests} parity (SPA JSON + uploads).
*/
class PrintRequestsPortalService
{
@@ -166,7 +165,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
{
@@ -324,7 +323,7 @@ class PrintRequestsPortalService
}
/**
* @param array<string, mixed> $row
* @param array<string, mixed> $row
* @return array<string, mixed>
*/
public function normalizePrintRequestRow(array $row): array