Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / dependency-injection / Compiler / RepeatablePassInterface.php
index d60ae35bc8f0b2b69b95b96fa201678a95a2e9bb..2b88bfb917a0fe8128cbb2bde6edc9847f2ab144 100644 (file)
@@ -19,10 +19,5 @@ namespace Symfony\Component\DependencyInjection\Compiler;
  */
 interface RepeatablePassInterface extends CompilerPassInterface
 {
-    /**
-     * Sets the RepeatedPass interface.
-     *
-     * @param RepeatedPass $repeatedPass
-     */
     public function setRepeatedPass(RepeatedPass $repeatedPass);
 }