Completed
Push — master ( 69d84a...30f5a4 )
by Philipp
11:35
created
src/GibberishAES/GibberishAES.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -216,8 +216,7 @@  discard block
 block discarded – undo
216 216
                 {
217 217
                     $test = random_bytes(1);
218 218
                     self::$random_bytes_exists = true;
219
-                }
220
-                catch (Exception $e) {
219
+                } catch (Exception $e) {
221 220
                     // Do nothing.
222 221
                 }
223 222
             }
@@ -305,8 +304,7 @@  discard block
 block discarded – undo
305 304
             try
306 305
             {
307 306
                 return random_bytes($length);
308
-            }
309
-            catch (Exception $e) {
307
+            } catch (Exception $e) {
310 308
                 // Do nothing, continue.
311 309
             }
312 310
         }
Please login to merge, or discard this patch.