Issue #2090969 by lokapujya, tstoeckler, mgifford, mikemiles86: Minor code-style issues in SessionTestController

8.0.x
webchick 2015-01-17 21:59:59 -08:00
parent 68c94f0e8f
commit efee7757ad
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ use Symfony\Component\HttpFoundation\Response;
* Controller providing page callbacks for the action admin interface. * Controller providing page callbacks for the action admin interface.
*/ */
class SessionTestController extends ControllerBase { class SessionTestController extends ControllerBase {
/** /**
* Prints the stored session value to the screen. * Prints the stored session value to the screen.
* *
@ -123,4 +124,5 @@ class SessionTestController extends ControllerBase {
public function isLoggedIn() { public function isLoggedIn() {
return ['#markup' => $this->t('User is logged in.')]; return ['#markup' => $this->t('User is logged in.')];
} }
} }