]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/UserController.php
Added mulit image-type compatability to manager & app and added scaled image selection
[bookstack] / app / Http / Controllers / UserController.php
index ed9deab2da824aecfe8228da5b29822cd8b47622..d1c328b86a9a01e03798d8d6c2d43bf12dea4444 100644 (file)
@@ -18,7 +18,8 @@ class UserController extends Controller
 
     /**
      * UserController constructor.
-     * @param $user
+     * @param User     $user
+     * @param UserRepo $userRepo
      */
     public function __construct(User $user, UserRepo $userRepo)
     {