Completed
Push — master ( d2614d...1f8368 )
by Patrick
02:44
created
Auth/class.SQLPendingUser.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
     public function __isset($propName)
33 33
     {
34
-       return isset($this->block->{$propName});
34
+        return isset($this->block->{$propName});
35 35
     }
36 36
 
37 37
     public function getHash()
Please login to merge, or discard this patch.
Auth/class.LDAPCachableObject.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,6 +22,9 @@  discard block
 block discarded – undo
22 22
         $this->ldapObj = $this->initializeFromArray($data);
23 23
     }
24 24
 
25
+    /**
26
+     * @param string $dn
27
+     */
25 28
     private function initializeFromDN($dn)
26 29
     {
27 30
         $data = $this->server->read($dn, false, true);
@@ -88,7 +91,7 @@  discard block
 block discarded – undo
88 91
      *
89 92
      * @param string $fieldName The name of the field to retrieve
90 93
      *
91
-     * @return mixed string the value of the field
94
+     * @return string string the value of the field
92 95
      */
93 96
     protected function getFieldSingleValue($fieldName)
94 97
     {
Please login to merge, or discard this patch.