mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
fix some small typo changing variables names
This commit is contained in:
parent
a2d04589a6
commit
fc756ac0b8
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class CakeTestFixture {
|
|||
$default = array_fill_keys($fields, null);
|
||||
foreach ($this->records as $record) {
|
||||
$merge_data = array_merge( $default, $record );
|
||||
$merge = array_values( $temporal );
|
||||
$merge = array_values( $merge_data );
|
||||
if (count($fields) !== count($merge)) {
|
||||
|
||||
$merge_fields = array_keys( $merge_data );
|
||||
|
|
Loading…
Add table
Reference in a new issue