Skip to content
Snippets Groups Projects
Unverified Commit 35f53fdb authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Use strict comparison

parent 4f3e6ec8
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ class Crypto
$iv
);
if ($plaintext != false) {
if ($plaintext !== false) {
return $plaintext;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment