Completed
Push — master ( fe7410...3e743d )
by Rudy
02:30
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/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.
src/SocialMapFavoritesServiceProvider.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace CTL\SocialMapFavorites;
3 3
 
4
-use App\userData;
5
-use Illuminate\Contracts\Http\Kernel;
6 4
 use Illuminate\Support\ServiceProvider;
7 5
 
8 6
 class SocialMapFavoritesServiceProvider extends ServiceProvider {
Please login to merge, or discard this patch.
src/Commands/FavAUserCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace CTL\SocialMapFavorites\Commands;
4 4
 
5
+use CTL\SocialMapFavorites\Commands\Command;
5 6
 use Core\Users\UsersOrigin;
6 7
 use Illuminate\Contracts\Bus\SelfHandling;
7
-use CTL\SocialMapFavorites\Commands\Command;
8 8
 
9 9
 
10 10
 class FavAUserCommand extends Command implements SelfHandling
Please login to merge, or discard this patch.