@@ -196,8 +196,8 @@ private function resolveCacheTags(BlockInterface $block): array
196196 /**
197197 * Check if current page is cacheable
198198 *
199- * Checks layout configuration to determine if page has cacheable="false" attribute.
200- * If any block on the page is marked as non-cacheable in layout XML, the page is non-cacheable.
199+ * Checks layout configuration to determine if page has cacheable="false" attribute.
200+ * If any block on the page is marked as non-cacheable in layout XML, the page is non-cacheable.
201201 *
202202 * @return bool True if page is cacheable, false otherwise
203203 */
@@ -236,12 +236,12 @@ private function isPageCacheable(): bool
236236 /**
237237 * Format metrics for JSON export to frontend
238238 *
239- * @param array<string, mixed> $renderMetrics
240- * @param array<string, mixed> $cacheMetrics
241- * @return array<string, mixed>
242- * @phpstan-param RenderMetrics $renderMetrics
243- * @phpstan-param CacheInfo $cacheMetrics
244- * @phpstan-return FormattedMetrics
239+ * @param array<string, mixed> $renderMetrics
240+ * @param array<string, mixed> $cacheMetrics
241+ * @return array<string, mixed>
242+ * @phpstan-param RenderMetrics $renderMetrics
243+ * @phpstan-param CacheInfo $cacheMetrics
244+ * @phpstan-return FormattedMetrics
245245 */
246246 public function formatMetricsForJson (array $ renderMetrics , array $ cacheMetrics ): array
247247 {
0 commit comments