Passed
Branch master (671a28)
by Clément
03:29
created
src/Afsy/Component/AMQP/AfsyDownloadImageConsumer.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,8 +111,7 @@
 block discarded – undo
111 111
             // Log info
112 112
             echo 'Image "'.$saveImagePath.'" has been successfully downloaded!'."\n";
113 113
 
114
-        }
115
-        catch (\Exception $e) {
114
+        } catch (\Exception $e) {
116 115
             // Log error
117 116
             echo '#ERROR# Image "'.$downloadImagePath.'" was not downloaded! '."\n";
118 117
         }
Please login to merge, or discard this patch.