Completed
Push — master ( 1475fb...4d64c5 )
by Sergi Tur
01:37
created
src/Http/Controllers/UserInvitationsController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      * Remove the specified resource from storage.
52 52
      *
53 53
      * @param  int  $id
54
-     * @return \Illuminate\Http\Response
54
+     * @return \Illuminate\Http\JsonResponse
55 55
      */
56 56
     public function destroy($id)
57 57
     {
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     /**
166 166
      * Show accept user invitation form.
167 167
      *
168
-     * @param $invitation
168
+     * @param boolean $invitation
169 169
      * @return \Illuminate\Contracts\View\Factory|\Illuminate\View\View
170 170
      */
171 171
     protected function showAcceptUserInvitationForm($invitation)
Please login to merge, or discard this patch.
src/Models/UserInvitation.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use App\User;
6 6
 use Illuminate\Database\Eloquent\Model;
7 7
 
8
-use Acacha\Stateful\Traits\StatefulTrait;
9 8
 use Acacha\Stateful\Contracts\Stateful;
9
+use Acacha\Stateful\Traits\StatefulTrait;
10 10
 use Venturecraft\Revisionable\RevisionableTrait;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.
src/Http/Controllers/GoogleAppsUsersController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Acacha\Users\Traits\HasPaginator;
8 8
 use Google;
9 9
 use Illuminate\Http\Request;
10
-use Illuminate\Pagination\LengthAwarePaginator;
11 10
 
12 11
 /**
13 12
  * Class GoogleAppsUsersController.
Please login to merge, or discard this patch.