Commit 4102c845 authored by Kristen Pol's avatar Kristen Pol
Browse files

Issue #3309603 by Kingdutch, Kristen Pol, daniel.bosen: Incorrect type...

Issue #3309603 by Kingdutch, Kristen Pol, daniel.bosen: Incorrect type annotation for findMatchingRedirect
parent 809449a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,8 +57,8 @@ class RedirectRepository {
   * @param $language
   *   The language for which is the redirect.
   *
   * @return \Drupal\redirect\Entity\Redirect
   *   The matched redirect entity.
   * @return \Drupal\redirect\Entity\Redirect|null
   *   The matched redirect entity or NULL if no redirect was found.
   *
   * @throws \Drupal\redirect\Exception\RedirectLoopException
   */