Passed
Push — master ( 61cca5...558d29 )
by Bernardette
04:26
created
src/Doctrine/Logger/FileLogger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 	{
34 34
 		$this->file = $file;
35 35
 
36
-		register_shutdown_function(function () {
36
+		register_shutdown_function(function() {
37 37
 			file_put_contents($this->file, str_repeat('-', 100) . PHP_EOL . PHP_EOL, FILE_APPEND);
38 38
 		});
39 39
 	}
Please login to merge, or discard this patch.