Completed
Pull Request — develop (#716)
by Serg
11:55
created
manager/includes/extenders/modxmailer.class.inc.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
  *******************************************************
9 9
  */
10 10
 
11
-use PHPMailer\PHPMailer\PHPMailer;
12 11
 use PHPMailer\PHPMailer\Exception as PHPMailerException;
12
+use PHPMailer\PHPMailer\PHPMailer;
13 13
 
14 14
 require MODX_MANAGER_PATH . 'includes/controls/phpmailer/Exception.php';
15 15
 require MODX_MANAGER_PATH . 'includes/controls/phpmailer/PHPMailer.php';
Please login to merge, or discard this patch.
manager/includes/src/ManagerTheme.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php namespace EvolutionCMS;
2 2
 
3
-use EvolutionCMS\Interfaces\ManagerThemeInterface;
4 3
 use EvolutionCMS\Interfaces\CoreInterface;
4
+use EvolutionCMS\Interfaces\ManagerThemeInterface;
5 5
 use Exception;
6 6
 
7 7
 class ManagerTheme implements ManagerThemeInterface
Please login to merge, or discard this patch.