@@ -33,7 +33,8 @@ |
||
| 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 | ); |