Completed
Push — issue656-laravel5 ( c5bba4...d6c3e3 )
by
unknown
02:54
created
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/DocContent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Database\Eloquent\Model;
6 6
 use Illuminate\Database\Eloquent\SoftDeletes;
7
-
8 7
 use GrahamCampbell\Markdown\Facades\Markdown;
9 8
 
10 9
 class DocContent extends Model
Please login to merge, or discard this patch.
app/GroupMember.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Database\Eloquent\Model;
6 6
 use Illuminate\Database\Eloquent\SoftDeletes;
7
-
8 7
 use App\User;
9 8
 
10 9
 class GroupMember extends Model
Please login to merge, or discard this patch.