@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | * @var array |
21 | 21 | */ |
22 | 22 | private static $dependencies = [ |
23 | - 'SAMLConfService' => '%$' . SAMLConfiguration::class, |
|
23 | + 'SAMLConfService' => '%$'.SAMLConfiguration::class, |
|
24 | 24 | ]; |
25 | 25 | |
26 | 26 | /** |
@@ -70,8 +70,8 @@ discard block |
||
70 | 70 | for ($k = 1; $k <= 2; ++$k) { |
71 | 71 | $hex_guid_to_guid_str .= substr($hex_guid, 16 - 2 * $k, 2); |
72 | 72 | } |
73 | - $hex_guid_to_guid_str .= '-' . substr($hex_guid, 16, 4); |
|
74 | - $hex_guid_to_guid_str .= '-' . substr($hex_guid, 20); |
|
73 | + $hex_guid_to_guid_str .= '-'.substr($hex_guid, 16, 4); |
|
74 | + $hex_guid_to_guid_str .= '-'.substr($hex_guid, 20); |
|
75 | 75 | return strtoupper($hex_guid_to_guid_str); |
76 | 76 | } |
77 | 77 | } |