Issue #2360683 by martin107: Fix docs for WebTestBase::loggedInUser member variable

8.0.x
Jennifer Hodgdon 2014-10-28 15:31:00 -07:00
parent 7bd652eb0c
commit 62da091f9e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ abstract class WebTestBase extends TestBase {
/** /**
* The current user logged in using the internal browser. * The current user logged in using the internal browser.
* *
* @var bool * @var \Drupal\Core\Session\AccountInterface|bool
*/ */
protected $loggedInUser = FALSE; protected $loggedInUser = FALSE;