"README.md" did not exist on "c3862fabe2b41df481e7de657b6fd6be4037353f"
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
Activity
added 2 commits
Please register or sign in to reply