Completed
Push — master ( 3f374a...a9e3ec )
by Christopher
01:41
created
src/Connection.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -134,6 +134,10 @@
 block discarded – undo
134 134
     protected $userDN;
135 135
 
136 136
     # Create AD password (Microsoft Active Directory password format)
137
+
138
+    /**
139
+     * @param string $password
140
+     */
137 141
     protected static function encodePassword($password)
138 142
     {
139 143
         $password   = "\"" . $password . "\"";
Please login to merge, or discard this patch.