Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / rest / src / Plugin / Type / ResourcePluginManager.php
index 3ba73331e97c90f89dcd3b77de33d7f94788be1d..4dd9ca2d4e79a9a5d86f0c9260cbca5de72b989d 100644 (file)
@@ -43,7 +43,7 @@ class ResourcePluginManager extends DefaultPluginManager {
    *
    * @see https://www.drupal.org/node/2874934
    */
-  public function getInstance(array $options){
+  public function getInstance(array $options) {
     if (isset($options['id'])) {
       return $this->createInstance($options['id']);
     }