Completed
Push — issue656-laravel5 ( 9cb5f5...c5bba4 )
by
unknown
02:50
created
app/Comment.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
      *
127 127
      *   @param null
128 128
      *
129
-     *   @return url
129
+     *   @return string
130 130
      */
131 131
     public function getLink()
132 132
     {
Please login to merge, or discard this patch.
app/Http/Controllers/DocController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @param int $doc
40 40
      *
41
-     * @return json array
41
+     * @return \Illuminate\Http\JsonResponse array
42 42
      */
43 43
     public function postSupport($doc)
44 44
     {
Please login to merge, or discard this patch.
app/User.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,14 +13,11 @@
 block discarded – undo
13 13
 use Illuminate\Support\Facades\Validator;
14 14
 use Illuminate\Support\MessageBag;
15 15
 use Illuminate\Database\Eloquent\Model;
16
-use Illuminate\Database\Eloquent\SoftDeletes;
17 16
 use Session;
18
-
19 17
 use App\Group;
20 18
 use App\GroupMember;
21 19
 use App\Role;
22 20
 use App\UserMeta;
23
-
24 21
 use Zizaco\Entrust\Traits\EntrustUserTrait;
25 22
 
26 23
 class User extends Model implements AuthenticatableContract, CanResetPasswordContract
Please login to merge, or discard this patch.