Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / Menu / MenuLinkManager.php
index e9cd165be95a01a1f873dcb97074f1b1b6ab4b1e..af2e4a594d5dbb3721a8c8c7a2acaccf714fd13f 100644 (file)
@@ -10,7 +10,6 @@ use Drupal\Core\Plugin\Discovery\ContainerDerivativeDiscoveryDecorator;
 use Drupal\Core\Plugin\Discovery\YamlDiscovery;
 use Drupal\Core\Plugin\Factory\ContainerFactory;
 
-
 /**
  * Manages discovery, instantiation, and tree building of menu link plugins.
  *
@@ -94,7 +93,6 @@ class MenuLinkManager implements MenuLinkManagerInterface {
    */
   protected $moduleHandler;
 
-
   /**
    * Constructs a \Drupal\Core\Menu\MenuLinkManager object.
    *