Completed
Push — master ( 195b94...858be2 )
by Mohamed
07:34
created
app/Model/Tag.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
      *
82 82
      * @param string $url
83 83
      *
84
-     * @return mixed
84
+     * @return string
85 85
      */
86 86
     public function to($url)
87 87
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Administration/TagsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      * 
107 107
      * @param Tag $tag
108 108
      *
109
-     * @return mixed
109
+     * @return \Illuminate\Http\RedirectResponse
110 110
      */
111 111
     public function getDelete(Tag $tag)
112 112
     {
Please login to merge, or discard this patch.