Completed
Pull Request — master (#86)
by
unknown
03:11
created
app/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     public $timestamps = false;
35 35
 
36 36
 	/**
37
-     * @return mixed
37
+     * @return \Illuminate\Database\Eloquent\Relations\BelongsTo
38 38
      */
39 39
     public function role()
40 40
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/AlbumReviewController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 	/**
21 21
 	 * Display a listing of the Shows.
22 22
 	 *
23
-	 * @return Response
23
+	 * @return \Illuminate\View\View
24 24
 	 */
25 25
 	public function index()
26 26
 	{
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 	/**
32 32
 	 * Display a listing of the resource.
33 33
 	 *
34
-	 * @return Response
34
+	 * @return \Illuminate\View\View
35 35
 	 */
36 36
 	public function new_show()
37 37
 	{
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/DJController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 	/**
21 21
 	 * Display a listing of the Shows.
22 22
 	 *
23
-	 * @return Response
23
+	 * @return \Illuminate\View\View
24 24
 	 */
25 25
 	public function index()
26 26
 	{
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 	/**
32 32
 	 * Display a listing of the resource.
33 33
 	 *
34
-	 * @return Response
34
+	 * @return \Illuminate\View\View
35 35
 	 */
36 36
 	public function new_show()
37 37
 	{
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/EboardController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 	/**
21 21
 	 * Display a listing of the Shows.
22 22
 	 *
23
-	 * @return Response
23
+	 * @return \Illuminate\View\View
24 24
 	 */
25 25
 	public function index()
26 26
 	{
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 	/**
32 32
 	 * Display a listing of the resource.
33 33
 	 *
34
-	 * @return Response
34
+	 * @return \Illuminate\View\View
35 35
 	 */
36 36
 	public function new_show()
37 37
 	{
Please login to merge, or discard this patch.
app/Http/Controllers/Admin/EventController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
 	/**
21 21
 	 * Display a listing of the Shows.
22 22
 	 *
23
-	 * @return Response
23
+	 * @return \Illuminate\View\View
24 24
 	 */
25 25
 	public function index()
26 26
 	{
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 	/**
32 32
 	 * Display a listing of the resource.
33 33
 	 *
34
-	 * @return Response
34
+	 * @return \Illuminate\View\View
35 35
 	 */
36 36
 	public function new_show()
37 37
 	{
Please login to merge, or discard this patch.