Verified Commit 74bda5e0 authored by Dave Long's avatar Dave Long
Browse files

docs: #3555621 Wrong type for \Drupal\Tests\UiHelperTrait::$loggedInUser

By: chi
By: longwave
By: aryan singh
By: mondrake
By: mstrelan
By: quietone
(cherry picked from commit 422ac9c2)
parent ac26829e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ trait UiHelperTrait {
  /**
   * The current user logged in using the Mink controlled browser.
   *
   * @var \Drupal\user\UserInterface
   * @var \Drupal\user\UserInterface|false
   */
  protected $loggedInUser = FALSE;