Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / simpletest / src / RouteProvider.php
index 3aacc4068dc76760e4e15138b089a7aa6524e017..edb330bf22b2da8ba5e66376f744592c38da01db 100644 (file)
@@ -49,7 +49,7 @@ class RouteProvider implements PreloadableRouteProviderInterface, PagedRouteProv
   /**
    * {@inheritdoc}
    */
-  public function preLoadRoutes($names){
+  public function preLoadRoutes($names) {
     return $this->lazyLoadItself()->preLoadRoutes($names);
   }