Completed
Push — master ( d4520e...2073f4 )
by leo
13:42 queued 03:53
created
src/Responses/XmlAuthenticationSuccessResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $attributesNode = $authNode->addChild('cas:attributes');
51 51
         foreach ($attributes as $key => $value) {
52 52
             $valueArr = (array) $value;
53
-            foreach($valueArr as $v){
53
+            foreach ($valueArr as $v) {
54 54
                 $str = $this->stringify($v);
55 55
                 if (is_string($str)) {
56 56
                     $attributesNode->addChild('cas:'.$key, $str);
Please login to merge, or discard this patch.