Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / editor / editor.api.php
index 6485a1e5fc3303fda6182cb378982cc2156951dd..1d44a9f8d8c4c7d845154c51a46d3b9da1c7fa61 100644 (file)
@@ -51,7 +51,7 @@ function hook_editor_js_settings_alter(array &$settings) {
  * @param \Drupal\filter\FilterFormatInterface $format
  *   The text format configuration entity. Provides context based upon which
  *   one may want to adjust the filtering.
- * @param \Drupal\filter\FilterFormatInterface $original_format|null
+ * @param \Drupal\filter\FilterFormatInterface|null $original_format
  *   (optional) The original text format configuration entity (when switching
  *   text formats/editors). Also provides context based upon which one may want
  *   to adjust the filtering.