Completed
Push — develop ( 93b53d...d8b6cb )
by Mohamed
07:12
created
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.