Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / aggregator / src / Plugin / aggregator / processor / DefaultProcessor.php
index 525ef34f13ae370ea43100b9ff1b664705495f3d..4e8200b87bc25da52f5d74615c15ecb6adc3d428 100644 (file)
@@ -141,7 +141,7 @@ class DefaultProcessor extends AggregatorPluginSettingsBase implements Processor
     ];
 
     $lengths = [0, 200, 400, 600, 800, 1000, 1200, 1400, 1600, 1800, 2000];
-    $options = array_map(function($length) {
+    $options = array_map(function ($length) {
       return ($length == 0) ? t('Unlimited') : $this->formatPlural($length, '1 character', '@count characters');
     }, array_combine($lengths, $lengths));