Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
0d868a80
Commit
0d868a80
authored
Jan 15, 2015
by
alexpott
Browse files
Issue
#2407481
by kim.pepper: Fix constructor docblock in UserController
parent
7064170c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/user/src/Controller/UserController.php
View file @
0d868a80
...
@@ -49,6 +49,8 @@ class UserController extends ControllerBase {
...
@@ -49,6 +49,8 @@ class UserController extends ControllerBase {
* The date formatter service.
* The date formatter service.
* @param \Drupal\user\UserStorageInterface $user_storage
* @param \Drupal\user\UserStorageInterface $user_storage
* The user storage.
* The user storage.
* @param \Drupal\user\UserDataInterface $user_data
* The user data service.
*/
*/
public
function
__construct
(
DateFormatter
$date_formatter
,
UserStorageInterface
$user_storage
,
UserDataInterface
$user_data
)
{
public
function
__construct
(
DateFormatter
$date_formatter
,
UserStorageInterface
$user_storage
,
UserDataInterface
$user_data
)
{
$this
->
dateFormatter
=
$date_formatter
;
$this
->
dateFormatter
=
$date_formatter
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment