@@ -15,46 +15,46 @@ class Constants extends \SimpleSAML\XML\Constants
1515 /**
1616 * The namespace for WS-Addressing protocol.
1717 */
18- public const NS_ADDR_200408 = 'http://schemas.xmlsoap.org/ws/2004/08/addressing ' ;
18+ public const string NS_ADDR_200408 = 'http://schemas.xmlsoap.org/ws/2004/08/addressing ' ;
1919
20- public const NS_ADDR_200508 = 'http://www.w3.org/2005/08/addressing ' ;
20+ public const string NS_ADDR_200508 = 'http://www.w3.org/2005/08/addressing ' ;
2121
2222 /**
2323 * The namespace for the WS-Addressing - Metadata.
2424 */
25- public const NS_ADDR_METADATA = 'http://www.w3.org/2007/02/addressing/metadata ' ;
25+ public const string NS_ADDR_METADATA = 'http://www.w3.org/2007/02/addressing/metadata ' ;
2626
2727 /**
2828 * The namespace for the WS-Addressing - WSDL Binding.
2929 */
30- public const NS_ADDR_WSDL = 'http://www.w3.org/2006/05/addressing/wsdl ' ;
30+ public const string NS_ADDR_WSDL = 'http://www.w3.org/2006/05/addressing/wsdl ' ;
3131
3232 /**
3333 * The schema-defined wsa fault codes
3434 */
35- public const WSA_FAULT_INVALID_ADDRESSING_HEADER = 'InvalidAddressingHeader ' ;
35+ public const string WSA_FAULT_INVALID_ADDRESSING_HEADER = 'InvalidAddressingHeader ' ;
3636
37- public const WSA_FAULT_INVALID_ADDRESS = 'InvalidAddress ' ;
37+ public const string WSA_FAULT_INVALID_ADDRESS = 'InvalidAddress ' ;
3838
39- public const WSA_FAULT_INVALID_EPR = 'InvalidEPR ' ;
39+ public const string WSA_FAULT_INVALID_EPR = 'InvalidEPR ' ;
4040
41- public const WSA_FAULT_INVALID_CARDINALITY = 'InvalidCardinality ' ;
41+ public const string WSA_FAULT_INVALID_CARDINALITY = 'InvalidCardinality ' ;
4242
43- public const WSA_FAULT_MISSING_ADDRESS_IN_EPR = 'MissingAddressInEPR ' ;
43+ public const string WSA_FAULT_MISSING_ADDRESS_IN_EPR = 'MissingAddressInEPR ' ;
4444
45- public const WSA_FAULT_DUPLICATE_MESSAGEID = 'DupicateMessageID ' ;
45+ public const string WSA_FAULT_DUPLICATE_MESSAGEID = 'DupicateMessageID ' ;
4646
47- public const WSA_FAULT_ACTION_MISMATCH = 'ActionMismatch ' ;
47+ public const string WSA_FAULT_ACTION_MISMATCH = 'ActionMismatch ' ;
4848
49- public const WSA_FAULT_MESSAGE_ADDRESSING_HEADER_REQUIRED = 'MessageAddressingHeaderRequired ' ;
49+ public const string WSA_FAULT_MESSAGE_ADDRESSING_HEADER_REQUIRED = 'MessageAddressingHeaderRequired ' ;
5050
51- public const WSA_FAULT_DESTINATION_UNREACHABLE = 'DestinationUnreachable ' ;
51+ public const string WSA_FAULT_DESTINATION_UNREACHABLE = 'DestinationUnreachable ' ;
5252
53- public const WSA_FAULT_ACTION_NOT_SUPPORTED = 'ActionNotSupported ' ;
53+ public const string WSA_FAULT_ACTION_NOT_SUPPORTED = 'ActionNotSupported ' ;
5454
55- public const WSA_FAULT_ENDPOINT_UNAVAILABLE = 'EndpointUnavailable ' ;
55+ public const string WSA_FAULT_ENDPOINT_UNAVAILABLE = 'EndpointUnavailable ' ;
5656
57- public const FAULT_CODES = [
57+ public const array FAULT_CODES = [
5858 self ::WSA_FAULT_INVALID_ADDRESSING_HEADER ,
5959 self ::WSA_FAULT_INVALID_ADDRESS ,
6060 self ::WSA_FAULT_INVALID_EPR ,
0 commit comments