Passed
Pull Request — master (#9)
by
unknown
09:14
created
lib/Auth/Process/AttributeAddFromLDAP.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
         $attributes = &$request['Attributes'];
161 161
         
162 162
         // skip if any of if_missing_attributes is set
163
-        foreach($this->if_missing_attributes as $attribute) {
163
+        foreach ($this->if_missing_attributes as $attribute) {
164 164
             if (isset($attributes[$attribute])) {
165 165
                 \SimpleSAML\Logger::debug("AttributeAddFromLDAP: skipping because ".$attribute." is present");
166 166
                 return;
Please login to merge, or discard this patch.