Skip to content

Commit 934c561

Browse files
committed
f
1 parent 12ad6c9 commit 934c561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Encryption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public function encrypt(string $data): string
153153

154154
/** @noinspection CryptographicallySecureRandomnessInspection */
155155
$iv = \openssl_random_pseudo_bytes($length, $cstrong);
156-
/* @noinspection PhpStrictComparisonWithOperandsOfDifferentTypesInspection */
156+
/** @noinspection PhpStrictComparisonWithOperandsOfDifferentTypesInspection */
157157
if ($iv === false || $cstrong === false) {
158158
// @codeCoverageIgnoreStart
159159
// Could not reach this statement without mocking the function

0 commit comments

Comments
 (0)