Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / rest / src / Plugin / views / row / DataFieldRow.php
index 175db17b5c0343b5cc420b882381922c6e48afcd..c511877c71db8e8e1675f4d690c5b3ab19813486 100644 (file)
@@ -184,7 +184,7 @@ class DataFieldRow extends RowPluginBase {
    *   A regular one dimensional array of values.
    */
   protected static function extractFromOptionsArray($key, $options) {
-    return array_map(function($item) use ($key) {
+    return array_map(function ($item) use ($key) {
       return isset($item[$key]) ? $item[$key] : NULL;
     }, $options);
   }