Completed
Pull Request — master (#9)
by
unknown
02:44
created
src/Helpers/SAMLHelper.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.