We have an old @todo issue in PathautoGenerator:
// @todo convert to multi-exception handling in PHP 7.1.
catch (EntityMalformedException $exception) {
return NULL;
}
catch (UndefinedLinkTemplateException $exception) {
return NULL;
}
catch (\UnexpectedValueException $exception) {
return NULL;
}
Let's get this fixed.
Issue fork pathauto-3306538
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
quadrexdevI have created a merge request that resolves this to-do issue. Please, review.
Comment #4
ngkoutsaik commentedI reviewed the change. The code does not break functionality. Please let me know if I missed something, thanks.
Comment #7
mably commented