Test Setup Failed
Pull Request — master (#83)
by
unknown
02:08
created
tests/bootstrap.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
  */
11 11
 
12 12
 use Cake\Core\Configure;
13
-use Cake\Core\Plugin;
14 13
 use Cake\Mailer\Email;
15 14
 use Cake\Utility\Security;
16 15
 
Please login to merge, or discard this patch.
src/Service/Action/Auth/ValidateAccountAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * Execute action.
69 69
      *
70
-     * @return mixed
70
+     * @return string
71 71
      * @throws Exception
72 72
      */
73 73
     public function execute()
Please login to merge, or discard this patch.