Completed
Push — 2.0 ( b61aac...db38c3 )
by Nicolas
12:38
created
Http/Controllers/Api/TagController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * Display a listing of the resource.
25 25
      *
26
-     * @return Response
26
+     * @return \Illuminate\Database\Eloquent\Collection
27 27
      */
28 28
     public function index()
29 29
     {
Please login to merge, or discard this patch.
Widgets/PostsWidget.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,9 +45,9 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-    * Get the widget type
49
-    * @return string
50
-    */
48
+     * Get the widget type
49
+     * @return string
50
+     */
51 51
     protected function options()
52 52
     {
53 53
         return [
Please login to merge, or discard this patch.