Completed
Push — master ( a8c8e0...eca973 )
by Sam
16:55 queued 01:57
created
src/cli/StatusManager.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -224,8 +224,7 @@
 block discarded – undo
224 224
 
225 225
 					$this->_eventDispatcher->dispatch(Events::INSTANCE_STATE_REACHABLE,
226 226
 						new InstanceStateEvent($instance));
227
-				}
228
-				catch (\Exception $e)
227
+				} catch (\Exception $e)
229 228
 				{
230 229
 					$this->_eventDispatcher->dispatch(Events::INSTANCE_STATE_UNREACHABLE,
231 230
 						new InstanceStateEvent($instance));
Please login to merge, or discard this patch.