Skip to content
Snippets Groups Projects

Issue #3294680 by plopesc, marcoscano, makkus183: PHP8.1 deprecation:...

Open Issue #3294680 by plopesc, marcoscano, makkus183: PHP8.1 deprecation:...
1 unresolved thread
Open SUDISHTH KUMAR requested to merge issue/drupal-3294680:11.x into 11.x
1 unresolved thread

Issue #3294680 by plopesc, marcoscano, makkus183: PHP8.1 deprecation: str_replace(): Passing null to parameter #3

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • shalini jha added 1 commit

    added 1 commit

    Compare with previous version

  • shalini jha added 1 commit

    added 1 commit

    • f84ed9c1 - Removed type cast from test method.

    Compare with previous version

  • 66 66 public static function preRenderText($element) {
    67 67 $format_id = $element['#format'];
    68 68 $filter_types_to_skip = $element['#filter_types_to_skip'];
    69 $text = $element['#text'];
    69 $text = (string) $element['#text'];
  • shalini jha added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading