Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / node / src / Entity / NodeRouteProvider.php
index 0803f1ef14ac7060a1bc63328061f9393d6d143c..6ac3ae1c21a4437ddb584019f808e0a2f23d10f9 100644 (file)
@@ -15,7 +15,7 @@ class NodeRouteProvider implements EntityRouteProviderInterface {
   /**
    * {@inheritdoc}
    */
-  public function getRoutes( EntityTypeInterface $entity_type) {
+  public function getRoutes(EntityTypeInterface $entity_type) {
     $route_collection = new RouteCollection();
     $route = (new Route('/node/{node}'))
       ->addDefaults([