Skip to content

Commit 1b41335

Browse files
committed
Fix for BestPractice comprehensibility
1 parent 2bb28e5 commit 1b41335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/SOAP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function sendSoapRequest($action, $body = "")
159159
$xmlBody->appendChild($call);
160160
$this->debugSection("Request", $req = $xml->C14N());
161161

162-
if ($this->is_functional and $this->config['framework_collect_buffer']) {
162+
if ($this->is_functional && $this->config['framework_collect_buffer']) {
163163
$response = $this->processInternalRequest($action, $req);
164164
} else {
165165
$response = $this->processExternalRequest($action, $req);

0 commit comments

Comments
 (0)