Passed
Push — master ( 81d966...4376d2 )
by butschster
23:34 queued 15s
created
src/Framework/Bootloader/StorageSnapshotsBootloader.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,8 @@
 block discarded – undo
33 33
     {
34 34
         $bucket = $env->get('SNAPSHOTS_BUCKET');
35 35
 
36
-        if ($bucket === null) {
36
+        if ($bucket === null)
37
+        {
37 38
             throw new \RuntimeException(
38 39
                 'Please, configure a bucket for storing snapshots using the environment variable `SNAPSHOTS_BUCKET`.'
39 40
             );
Please login to merge, or discard this patch.