Browse Source

Fix typos

Mark Story 7 years ago
parent
commit
952e227a74
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Mailer/Email.php

+ 2 - 2
src/Mailer/Email.php

@@ -293,10 +293,10 @@ class Email implements JsonSerializable, Serializable
 
     /**
      * An array mapping url schemes to fully qualified Transport class names.
-     * Unsed.
+     * Unused.
      *
      * @var array
-     * @deprecated 3.7.0 This property is unsed and will be removed in 4.0.0.
+     * @deprecated 3.7.0 This property is unused and will be removed in 4.0.0.
      */
     protected static $_dsnClassMap = [];