@@ -83,7 +83,7 @@ public function __construct(array &$config, $reserved)
8383 if (array_key_exists ('netid_attr ' , $ config )) {
8484 if (!is_string ($ config ['netid_attr ' ])) {
8585 throw new Error \Exception (
86- 'Invalid attribute name given as eduPersonPrincipalName to expirycheck::ExpiryDate filter. '
86+ 'Invalid attribute name given as eduPersonPrincipalName to expirycheck::ExpiryDate filter. ' ,
8787 );
8888 }
8989
@@ -93,7 +93,7 @@ public function __construct(array &$config, $reserved)
9393 if (array_key_exists ('expirydate_attr ' , $ config )) {
9494 if (!is_string ($ config ['expirydate_attr ' ])) {
9595 throw new Error \Exception (
96- 'Invalid attribute name given as schacExpiryDate to expirycheck::ExpiryDate filter. '
96+ 'Invalid attribute name given as schacExpiryDate to expirycheck::ExpiryDate filter. ' ,
9797 );
9898 }
9999
@@ -111,7 +111,7 @@ public function __construct(array &$config, $reserved)
111111 if (array_key_exists ('convert_expirydate_to_unixtime ' , $ config )) {
112112 if (!is_bool ($ config ['convert_expirydate_to_unixtime ' ])) {
113113 throw new Error \Exception (
114- 'Invalid value for convert_expirydate_to_unixtime given to expirycheck::ExpiryDate filter. '
114+ 'Invalid value for convert_expirydate_to_unixtime given to expirycheck::ExpiryDate filter. ' ,
115115 );
116116 }
117117
0 commit comments