File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ private static function processArrayContents(array $data): array
382382 public function toArray (): array
383383 {
384384 $ data = [
385- 'ContactType ' => $ this ->getContactType ()->getValue (),
385+ 'contactType ' => $ this ->getContactType ()->getValue (),
386386 'Company ' => $ this ->getCompany ()?->getContent()->getValue (),
387387 'GivenName ' => $ this ->getGivenName ()?->getContent()->getValue (),
388388 'SurName ' => $ this ->getSurName ()?->getContent()->getValue (),
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public static function setUpBeforeClass(): void
6464 );
6565
6666 self ::$ arrayRepresentation = [
67- 'ContactType ' => 'administrative ' ,
67+ 'contactType ' => 'administrative ' ,
6868 'Company ' => 'SimpleSAMLphp ' ,
6969 'GivenName ' => 'Lead ' ,
7070 'SurName ' => 'Developer ' ,
You can’t perform that action at this time.
0 commit comments