Skip to content

Commit d9e316a

Browse files
committed
Remove unused var
1 parent cb024f9 commit d9e316a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Saml2/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function isValid($requestId = null)
115115
);
116116
}
117117

118-
$status = $this->checkStatus();
118+
$this->checkStatus();
119119

120120
$singleAssertion = $this->validateNumAssertions();
121121
if (!$singleAssertion) {

0 commit comments

Comments
 (0)