Passed
Push — php_updates ( 32d043 )
by Fabio
17:21
created
framework/Shell/Actions/TActiveRecordAction.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
 		$config = $this->getActiveRecordConfig();
138 138
 		$output = $this->getOutputFile($args[2]);
139 139
 		if (is_file($output) && !$this->_overwrite) {
140
-			$this->_outWriter->writeError("File $output already exists, skipping. ");
140
+			$this->_outWriter->writeError("file $output already exists, skipping. ");
141 141
 		} elseif ($config !== false && $output !== false) {
142 142
 			$this->generateActiveRecord($config, $args[1], $output);
143 143
 		}
Please login to merge, or discard this patch.