Passed
Push — master ( 4426f1...9211cf )
by Tim
02:20
created
src/Aggregator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -530,7 +530,7 @@
 block discarded – undo
530 530
             entityDescriptors: $children,
531 531
             validUntil: $now,
532 532
             extensions: empty($extensions) ? null : new Extensions($extensions),
533
-            Name: $this->name,
533
+            Name : $this->name,
534 534
         );
535 535
 
536 536
         return $ret;
Please login to merge, or discard this patch.