Skip to content

Commit b717158

Browse files
committed
Apply fixes from StyleCI
1 parent b835b0b commit b717158

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Message/DirectPostWebhookRequest.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function vefiyFingerPrint($fingerprint)
3232
$data = $this->data;
3333

3434
if ($fingerprint !== $this->generateResponseFingerprint($data)) {
35-
$data['restext'] = $data['restext'] . ', Invalid fingerprint.';
35+
$data['restext'] = $data['restext'].', Invalid fingerprint.';
3636
$data['summarycode'] = 3;
3737
}
3838

@@ -44,5 +44,7 @@ public function getData()
4444
return $this->data;
4545
}
4646

47-
public function sendData($data){}
47+
public function sendData($data)
48+
{
49+
}
4850
}

0 commit comments

Comments
 (0)