Passed
Push — master ( dc4315...1d4ad5 )
by Tim
03:01
created
src/XML/wst_200502/AbstractBinarySecretType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     ) {
46 46
         if ($Type !== null) {
47 47
             $Type = array_map(
48
-                function (BinarySecretTypeEnum|string $v): string {
48
+                function(BinarySecretTypeEnum | string $v): string {
49 49
                     return ($v instanceof BinarySecretTypeEnum) ? $v->value : $v;
50 50
                 },
51 51
                 $Type,
Please login to merge, or discard this patch.