Completed
Branch master (588afd)
by Björn
11:55
created
config/container.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use App\Model\UserModel;
4
-use App\Service\Login\LoginService;
5
-use App\Service\Mail\MailerInterface;
6
-use App\Service\Mail\MailgunAdapter;
7 3
 use Aura\Session\Session;
8 4
 use Aura\Session\SessionFactory;
9 5
 use Cake\Database\Connection;
Please login to merge, or discard this patch.
src/Util/ValidationContext.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
      *
41 41
      * @param string $field
42 42
      * @param string $message
43
-     * @param int $status
44 43
      */
45 44
     public function setError(string $field, string $message)
46 45
     {
Please login to merge, or discard this patch.