Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Dumper / Dumper.php
index a39a5c744ba785fd20486c9e8e7e125efd1dc47d..e7407b0e2a8bf7fe2a1bdadfab942b74976ac3e3 100644 (file)
@@ -22,9 +22,6 @@ abstract class Dumper implements DumperInterface
 {
     protected $container;
 
-    /**
-     * @param ContainerBuilder $container The service container to dump
-     */
     public function __construct(ContainerBuilder $container)
     {
         $this->container = $container;