diff --git a/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php b/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php index e2780a7..1fe79a2 100644 --- a/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php +++ b/core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php @@ -43,7 +43,7 @@ class StreamWrapperManager extends DefaultPluginManager { * The module handler to invoke the alter hook with. */ public function __construct(\Traversable $namespaces, CacheBackendInterface $cache_backend, LanguageManager $language_manager, ModuleHandlerInterface $module_handler) { - parent::__construct('StreamWrapper', $namespaces, array(), 'Drupal\Core\Annotation\StreamWrapper'); + parent::__construct('StreamWrapper', $namespaces, 'Drupal\Core\Annotation\StreamWrapper'); $this->alterInfo($module_handler, 'stream_wrappers'); $this->setCacheBackend($cache_backend, $language_manager, 'stream_wrappers');