We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ad6c9 commit 934c561Copy full SHA for 934c561
src/Encryption.php
@@ -153,7 +153,7 @@ public function encrypt(string $data): string
153
154
/** @noinspection CryptographicallySecureRandomnessInspection */
155
$iv = \openssl_random_pseudo_bytes($length, $cstrong);
156
- /* @noinspection PhpStrictComparisonWithOperandsOfDifferentTypesInspection */
+ /** @noinspection PhpStrictComparisonWithOperandsOfDifferentTypesInspection */
157
if ($iv === false || $cstrong === false) {
158
// @codeCoverageIgnoreStart
159
// Could not reach this statement without mocking the function
0 commit comments