Skip to content

Commit 264b788

Browse files
authored
Apply fixes from StyleCI (#137)
Co-authored-by: Gregor Becker <[email protected]>
1 parent 6bb8545 commit 264b788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Client/Request.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct($request)
3131
}
3232

3333
/**
34-
* Get the soap action for soap 1.1 and 1.2
34+
* Get the soap action for soap 1.1 and 1.2.
3535
* @return string
3636
*/
3737
public function action(): string
@@ -41,6 +41,7 @@ public function action(): string
4141
if (empty($soapAction)) {
4242
return Str::of($contentType)->afterLast('action=')->remove('"');
4343
}
44+
4445
return $this->request->getHeaderLine('SOAPAction');
4546
}
4647

0 commit comments

Comments
 (0)