Passed
Push — 8.x-2.x ( cdf577...d7c0cc )
by Zach
10:47
created
src/Controller/ServerPropertiesController.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,8 +27,7 @@
 block discarded – undo
27 27
     try {
28 28
       /** @var \Drupal\rabbitmq\Queue\Queue $backend */
29 29
       $backend = \Drupal::queue('queue.rabbitmq.default');
30
-    }
31
-    catch (\ErrorException $e) {
30
+    } catch (\ErrorException $e) {
32 31
       $build = [
33 32
         '#markup' => $this->t('<h2>Error</h2><p>Could not access the queue. Check the <a href=":url">status page</a>.</p>', [
34 33
           ':url' => Url::fromRoute('system.status')->toString(),
Please login to merge, or discard this patch.