Author: fabien
Date: 2010-05-19 15:41:48 +0200 (Wed, 19 May 2010)
New Revision: 29529

Modified:
   tools/lime/trunk/lib/lime.php
Log:
[lime] changed the error_reporting default value to false to keep BC

Modified: tools/lime/trunk/lib/lime.php
===================================================================
--- tools/lime/trunk/lib/lime.php       2010-05-19 13:12:27 UTC (rev 29528)
+++ tools/lime/trunk/lib/lime.php       2010-05-19 13:41:48 UTC (rev 29529)
@@ -38,7 +38,7 @@
       'force_colors'    => false,
       'output'          => null,
       'verbose'         => false,
-      'error_reporting' => true,
+      'error_reporting' => false,
     ), $options);
 
     $this->output = $this->options['output'] ? $this->options['output'] : new 
lime_output($this->options['force_colors']);
@@ -616,7 +616,7 @@
       $message .= sprintf("\n(in %s on line %s)", $file, $line);
     }
 
-       // some error messages contain absolute file paths
+    // some error messages contain absolute file paths
     $message = $this->strip_base_dir($message);
 
     $space = $this->colorizer->colorize(str_repeat(' ', 71), 'RED_BAR')."\n";

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to