Browse Source

Add back Email::$_dsnClassMap to make phpstan happy.

ADmad 7 years ago
parent
commit
726dd7f104
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/Mailer/Email.php

+ 9 - 0
src/Mailer/Email.php

@@ -292,6 +292,15 @@ class Email implements JsonSerializable, Serializable
     protected $_priority;
 
     /**
+     * An array mapping url schemes to fully qualified Transport class names.
+     * Unsed.
+     *
+     * @var array
+     * @deprecated 3.7.0 This property is unsed and will be removed in 4.0.0.
+     */
+    protected static $_dsnClassMap = [];
+
+    /**
      * A copy of the configuration profile for this
      * instance. This copy can be modified with Email::profile().
      *