@@ -24,7 +24,7 @@ |
||
24 | 24 | $this->injection = new DeferredFragmentInjection( |
25 | 25 | $parentNS, |
26 | 26 | $parentTagName, |
27 | - function () use ($fragment): string { |
|
27 | + function() use ($fragment): string { |
|
28 | 28 | return $fragment; |
29 | 29 | } |
30 | 30 | ); |
@@ -150,7 +150,7 @@ |
||
150 | 150 | $this->elements['id'] = new DeferredFragmentInjection( |
151 | 151 | 'http://schemas.xmlsoap.org/soap/envelope/', |
152 | 152 | 'Header', |
153 | - function (): string { |
|
153 | + function(): string { |
|
154 | 154 | return sprintf( |
155 | 155 | '<xrd:id xmlns:xrd="http://x-road.eu/xsd/xroad.xsd">%s</xrd:id>', |
156 | 156 | bin2hex(random_bytes(16)) |