Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 780b04f

Browse files
authored
Merge pull request #163 from CESNET/patch-index-min
fix: revert change to INDEX_MIN in EndpointMapToArray
2 parents f48079b + db1b36c commit 780b04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/transformers/EndpointMapToArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class EndpointMapToArray extends AttributeTransformer
1717

1818
const BINDING_PREFIX = 'urn:oasis:names:tc:SAML:2.0:bindings:';
1919

20-
const INDEX_MIN = 1;
20+
const INDEX_MIN = 0;
2121

2222
private $defaultBinding;
2323

0 commit comments

Comments
 (0)