Passed
Branch master (6198fb)
by smiley
02:41
created
examples/DTBL.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,7 @@
 block discarded – undo
35 35
 		$reader->toDB($db);
36 36
 
37 37
 		$logger->info('success: '.$finfo->getFilename());
38
-	}
39
-	catch(\Exception $e){
38
+	} catch(\Exception $e){
40 39
 		$logger->error($finfo->getFilename().': '.$e->getMessage());
41 40
 	}
42 41
 
Please login to merge, or discard this patch.