Passed
Push — 0.8.x ( 4eed2e...471128 )
by Alexander
06:34 queued 03:20
created
src/components/Debug/GDebug.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -139,8 +139,7 @@
 block discarded – undo
139 139
 			}
140 140
 	
141 141
 			$quit = $handlerResponse == MainHandler::QUIT && $this->allowQuit();
142
-		}
143
-		finally {
142
+		} finally {
144 143
 			// Returns the contents of the output buffer
145 144
 			$output = $this->system->CleanOutputBuffer();	
146 145
 		}
Please login to merge, or discard this patch.