Added PHPCS fixes

This commit is contained in:
tranfuga25s 2014-12-09 09:35:12 -03:00
parent 674af51d6b
commit 360346acd0

View file

@ -295,7 +295,7 @@ class CakeTestFixture {
$message = 'Fixture invalid: Count of fields does not match count of values in ' . get_class($this) . "\n";
foreach ($mergeFields as $field) {
$message .= "The field '" . $field . "' is in the data fixture but not in the schema." . "\n";
$message .= "The field '" . $field . "' is in the data fixture but not in the schema." . "\n";
}
throw new CakeException( $message );