From 8b9ff02e5279f7362a7d75eb8c8be81e17a08fa1 Mon Sep 17 00:00:00 2001
From: quietone <quietone@2572884.no-reply.drupal.org>
Date: Fri, 2 Feb 2024 18:26:28 +1300
Subject: [PATCH] Issue #3417985 by viren18febS, pooja saraah, joachim,
 longwave, smustgrave: Correct \Drupal\Core\DependencyInjection\Container doc

---
 core/lib/Drupal/Core/DependencyInjection/Container.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/DependencyInjection/Container.php b/core/lib/Drupal/Core/DependencyInjection/Container.php
index 349261052d21..125f593adb3c 100644
--- a/core/lib/Drupal/Core/DependencyInjection/Container.php
+++ b/core/lib/Drupal/Core/DependencyInjection/Container.php
@@ -5,7 +5,7 @@
 use Drupal\Component\DependencyInjection\Container as DrupalContainer;
 
 /**
- * Extends the Drupal container to set the service ID on the created object.
+ * Extends the container to prevent serialization.
  */
 class Container extends DrupalContainer {
 
-- 
GitLab