X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FSystemConfigSubscriber.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FSystemConfigSubscriber.php;h=519155b8497c9e92a29e2aa3d85b6f867abc540a;hp=ddd37be37a6fbb644208ad034a2377750dfcad53;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/system/src/SystemConfigSubscriber.php b/web/core/modules/system/src/SystemConfigSubscriber.php index ddd37be37..519155b84 100644 --- a/web/core/modules/system/src/SystemConfigSubscriber.php +++ b/web/core/modules/system/src/SystemConfigSubscriber.php @@ -25,7 +25,7 @@ class SystemConfigSubscriber implements EventSubscriberInterface { /** * Constructs the SystemConfigSubscriber. * - * @param \Drupal\Core\Routing\RouteBuilderInterface $route_builder + * @param \Drupal\Core\Routing\RouteBuilderInterface $router_builder * The router builder service. */ public function __construct(RouteBuilderInterface $router_builder) { @@ -68,7 +68,7 @@ class SystemConfigSubscriber implements EventSubscriberInterface { * This event listener checks that the system.site:uuid's in the source and * target match. * - * @param ConfigImporterEvent $event + * @param \Drupal\Core\Config\ConfigImporterEvent $event * The config import event. */ public function onConfigImporterValidateSiteUUID(ConfigImporterEvent $event) {