Completed
Branch master (e60f0b)
by Rudy
14:59
created
src/Core/Users/ActionableTrait.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
   /**
29 29
    * See if current user follows another user.
30 30
    *
31
-   * @param  User    $authUser [description]
32 31
    * @return boolean            [description]
33 32
    */
34 33
   public function CheckFavorited(){
Please login to merge, or discard this patch.
src/Core/Users/UsersOrigin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     /**
53 53
      * Unfavorite a user
54
-     * @param  [type] $userIdToUnFav [description]
54
+     * @param  [type] $userIDToUnFav [description]
55 55
      * @param  User   $user          [description]
56 56
      * @return [type]                [description]
57 57
      */
Please login to merge, or discard this patch.
src/database/CreateFavsTable.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Database\Schema\Blueprint;
4 3
 use Illuminate\Database\Migrations\Migration;
4
+use Illuminate\Database\Schema\Blueprint;
5 5
 
6 6
 class CreateFavsTable extends Migration
7 7
 {
Please login to merge, or discard this patch.