Issue #2407481 by kim.pepper: Fix constructor docblock in UserController
parent
7064170c82
commit
0d868a80a6
|
@ -49,6 +49,8 @@ class UserController extends ControllerBase {
|
|||
* The date formatter service.
|
||||
* @param \Drupal\user\UserStorageInterface $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) {
|
||||
$this->dateFormatter = $date_formatter;
|
||||
|
|
Loading…
Reference in New Issue