mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fix whitespace.
This commit is contained in:
parent
2228afda0e
commit
23c4b7b7d5
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ class CakeTestFixture {
|
|||
$message .= "The field '" . $field . "' is in the data fixture but not in the schema." . "\n";
|
||||
}
|
||||
|
||||
throw new CakeException( $message );
|
||||
throw new CakeException($message);
|
||||
}
|
||||
$values[] = $merge;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue