Skip to content

Commit 874516e

Browse files
committed
Remove unused var
1 parent 4712de5 commit 874516e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Saml2/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function isValid($requestId = null)
144144
);
145145
}
146146

147-
$status = $this->checkStatus();
147+
$this->checkStatus();
148148

149149
$singleAssertion = $this->validateNumAssertions();
150150
if (!$singleAssertion) {

0 commit comments

Comments
 (0)