comparison vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
17 * 17 *
18 * @author Johannes M. Schmitt <schmittjoh@gmail.com> 18 * @author Johannes M. Schmitt <schmittjoh@gmail.com>
19 */ 19 */
20 interface RepeatablePassInterface extends CompilerPassInterface 20 interface RepeatablePassInterface extends CompilerPassInterface
21 { 21 {
22 /**
23 * Sets the RepeatedPass interface.
24 *
25 * @param RepeatedPass $repeatedPass
26 */
27 public function setRepeatedPass(RepeatedPass $repeatedPass); 22 public function setRepeatedPass(RepeatedPass $repeatedPass);
28 } 23 }