Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / filter / src / Element / ProcessedText.php
index 6e2b3ec43e8726c44e71d6dbd4ffedc80303aacc..5c7a21234ecc716173b0bb691c8ed289fc0d475f 100644 (file)
@@ -82,7 +82,7 @@ class ProcessedText extends RenderElement {
       return $element;
     }
 
-    $filter_must_be_applied = function(FilterInterface $filter) use ($filter_types_to_skip) {
+    $filter_must_be_applied = function (FilterInterface $filter) use ($filter_types_to_skip) {
       $enabled = $filter->status === TRUE;
       $type = $filter->getType();
       // Prevent FilterInterface::TYPE_HTML_RESTRICTOR from being skipped.