Skip to content

Commit 608ec2f

Browse files
committed
Style consistency
1 parent 74d540f commit 608ec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Agent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function compareWithSignature($fromSig) {
9494

9595
return array('success' => false, 'reason' => 'Comparison of this.mbox to signature.mbox_sha1sum failed: no match');
9696
}
97-
else if (isset($fromSig->mbox) && isset($this->mbox_sha1sum)) {
97+
elseif (isset($fromSig->mbox) && isset($this->mbox_sha1sum)) {
9898
if ($fromSig->getMbox_sha1sum() === $this->mbox_sha1sum) {
9999
return array('success' => true, 'reason' => null);
100100
}

0 commit comments

Comments
 (0)