Completed
Push — master ( f552ba...56927b )
by Conrad
18:33
created
src/Middleware/AuthenticationMiddleware.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
     /**
38 38
      * Build error control chain for an application
39 39
      *
40
-     * @param Application    $application The SilverStripe Application.
41 40
      */
42 41
     public function __construct()
43 42
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use SilverStripe\Core\Application;
11 11
 use SilverStripe\Core\Injector\Injector;
12 12
 use SilverStripe\ORM\Connect\DatabaseException;
13
-use SilverStripe\ORM\DB;
14 13
 use SilverStripe\Security\Member;
15 14
 use SilverStripe\Security\Security;
16 15
 
Please login to merge, or discard this patch.