X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fsymfony%2Fdependency-injection%2FCompiler%2FRepeatablePassInterface.php;h=2b88bfb917a0fe8128cbb2bde6edc9847f2ab144;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=d60ae35bc8f0b2b69b95b96fa201678a95a2e9bb;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php b/vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php index d60ae35bc..2b88bfb91 100644 --- a/vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php +++ b/vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php @@ -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); }