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.