Fixed some inspection issues.

This commit is contained in:
Jan Böhmer 2019-03-20 23:24:20 +01:00
parent e2f7aafa2d
commit 3fe452626d
9 changed files with 25 additions and 27 deletions

View file

@ -109,5 +109,7 @@ class EntityURLGenerator
if ($entity instanceof NamedDBElement) {
return sprintf('<a href="%s">%s</a>', $href, $entity->getName());
}
throw new EntityNotSupported('The given entity is not supported yet!');
}
}