Passed
Branch master (7d5d56)
by Carlos
04:10
created
src/Kernel/Encryptor.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,8 @@
 block discarded – undo
109 109
                 substr($this->aesKey, 0, 16),
110 110
                 OPENSSL_NO_PADDING
111 111
             ));
112
-        } catch (Throwable $e) { // @codeCoverageIgnore
112
+        } catch (Throwable $e) {
113
+// @codeCoverageIgnore
113 114
             throw new RuntimeException($e->getMessage(), self::ERROR_ENCRYPT_AES); // @codeCoverageIgnore
114 115
         }
115 116
 
Please login to merge, or discard this patch.