X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FExtension%2FModuleHandler.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FExtension%2FModuleHandler.php;h=d8d36088accd7254650809a05e03c7d7a129cbe7;hp=cfbaa61a8e4129acb5818ab59df108943c6d9750;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/lib/Drupal/Core/Extension/ModuleHandler.php b/web/core/lib/Drupal/Core/Extension/ModuleHandler.php index cfbaa61a8..d8d36088a 100644 --- a/web/core/lib/Drupal/Core/Extension/ModuleHandler.php +++ b/web/core/lib/Drupal/Core/Extension/ModuleHandler.php @@ -106,7 +106,7 @@ class ModuleHandler implements ModuleHandlerInterface { * @see \Drupal\Core\DrupalKernel * @see \Drupal\Core\CoreServiceProvider */ - public function __construct($root, array $module_list = [], CacheBackendInterface $cache_backend) { + public function __construct($root, array $module_list, CacheBackendInterface $cache_backend) { $this->root = $root; $this->moduleList = []; foreach ($module_list as $name => $module) {