Skip to content
Snippets Groups Projects

Disallow passing NULL to preg_match()

Updates Drupal\ableplayer\Plugin\Field\FieldFormatter\AbleplayerRemoteVideoFormatter->getVideoId(). If the second parameter, $url, is a NULL type then do not continue in the function and return early: $id = '';. This is behavior for PHP <= 8.1 and will prevent errors in future versions of PHP.

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
Please register or sign in to reply
Loading