Issue #2407481 by kim.pepper: Fix constructor docblock in UserController

8.0.x
Alex Pott 2015-01-15 10:40:29 +00:00
parent 7064170c82
commit 0d868a80a6
1 changed files with 2 additions and 0 deletions

View File

@ -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;