Completed
Push — master ( dec0dd...e17ce1 )
by Mohamed
10:59 queued 08:07
created
app/Model/Traits/Tag/QueryTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      *
41 41
      * @param string $term
42 42
      *
43
-     * @return Eloquent\Collection|static[]
43
+     * @return Eloquent\Collection
44 44
      */
45 45
     public function searchTags($term)
46 46
     {
Please login to merge, or discard this patch.
app/Http/Controllers/HomeController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Tinyissue\Http\Controllers;
13 13
 
14
-use Auth as Auth;
15
-use Lang;
16 14
 use Tinyissue\Form\Login as LoginForm;
17 15
 use Tinyissue\Http\Requests\FormRequest;
18 16
 use Tinyissue\Model\Project;
Please login to merge, or discard this patch.
app/Model/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
229 229
     /**
230 230
      * Returns list of user statuses
231 231
      *
232
-     * @return array
232
+     * @return string[]
233 233
      */
234 234
     public static function getStatuses()
235 235
     {
Please login to merge, or discard this patch.