Dreamweaver does not recognize the command "use"
I'm using Phpmailer and these two lines must be the first ones in my PHP script:
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\Exception;
Dreamweaver highlights these lines in red.
I'm using Dreamweaver version 11.0
Many thanks
