Verified Commit 8b9ff02e authored by quietone's avatar quietone
Browse files

Issue #3417985 by viren18febS, pooja saraah, joachim, longwave, smustgrave:...

Issue #3417985 by viren18febS, pooja saraah, joachim, longwave, smustgrave: Correct \Drupal\Core\DependencyInjection\Container doc
parent c0fbd681
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {