Completed
Push — master ( 5d4822...d1d02b )
by Maik
01:58
created
src/Generics/Socket/Socket.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -234,8 +234,7 @@
 block discarded – undo
234 234
     	try {
235 235
 	    	$this->close();
236 236
 	    	$this->open();
237
-    	}
238
-    	catch(Exception $ex)
237
+    	} catch(Exception $ex)
239 238
     	{
240 239
     		throw new ResetException($ex->getMessage(), array(), $ex->getCode(), $ex);
241 240
     	}
Please login to merge, or discard this patch.
src/Generics/Streams/FileOutputStream.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -259,8 +259,7 @@
 block discarded – undo
259 259
 		try {
260 260
 			$this->close();
261 261
 			$this->open($this->fileName, $this->append);
262
-		}
263
-		catch(Exception $ex)
262
+		} catch(Exception $ex)
264 263
 		{
265 264
 			throw new ResetException($ex->getMessage(), array(), $ex->getCode(), $ex);
266 265
 		}
Please login to merge, or discard this patch.