Просмотр исходного кода

fix analysis pdf service cache property declaration

Declare knowledgePointMetaCache explicitly to avoid dynamic property warnings during v3 analysis PDF generation.

Made-with: Cursor
yemeishu 3 недель назад
Родитель
Сommit
41b0003296
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Services/ExamPdfExportService.php

+ 1 - 0
app/Services/ExamPdfExportService.php

@@ -37,6 +37,7 @@ class ExamPdfExportService
      */
      */
     private array $pdfImageDimensionCache = [];
     private array $pdfImageDimensionCache = [];
     private ?bool $hasPdfImageMetricsTable = null;
     private ?bool $hasPdfImageMetricsTable = null;
+    private ?array $knowledgePointMetaCache = null;
 
 
     public function __construct(
     public function __construct(
         private readonly LearningAnalyticsService $learningAnalyticsService,
         private readonly LearningAnalyticsService $learningAnalyticsService,