@@ -12,9 +12,9 @@ |
||
12 | 12 | final class ClientFactory |
13 | 13 | { |
14 | 14 | /** |
15 | - * @param string $reference |
|
16 | - * @return XmlInjectable |
|
17 | - */ |
|
15 | + * @param string $reference |
|
16 | + * @return XmlInjectable |
|
17 | + */ |
|
18 | 18 | public function fromStr(string $reference): XmlInjectable |
19 | 19 | { |
20 | 20 | $parts = explode('/', $reference); |
@@ -46,14 +46,14 @@ |
||
46 | 46 | return new self($elements); |
47 | 47 | } |
48 | 48 | |
49 | - /** |
|
50 | - * Clone builder and replace userId in SOAP header |
|
51 | - * |
|
52 | - * @param string $userId the user who is making the request |
|
53 | - * Format: {iso2LetterCountryCode}{personCode} |
|
54 | - * Example: EE0000000000 |
|
55 | - * @return self cloned builder with overwritten client data |
|
56 | - */ |
|
49 | + /** |
|
50 | + * Clone builder and replace userId in SOAP header |
|
51 | + * |
|
52 | + * @param string $userId the user who is making the request |
|
53 | + * Format: {iso2LetterCountryCode}{personCode} |
|
54 | + * Example: EE0000000000 |
|
55 | + * @return self cloned builder with overwritten client data |
|
56 | + */ |
|
57 | 57 | public function withUserId(string $userId): self |
58 | 58 | { |
59 | 59 | $elements = $this->elements; |