Code fixes.

This commit is contained in:
James Cole
2021-05-24 08:06:56 +02:00
parent 3b1b353b79
commit 2bff7750b4
45 changed files with 331 additions and 248 deletions

View File

@@ -165,8 +165,6 @@ class UpdateControllerTest extends TestCase
$fieldSet->addField(Field::createBasic('transactions/0/' . $value, 'uuid'));
$configuration->addOptionalFieldSet($value, $fieldSet);
}
$result = $configuration->generateAll();
return $result;
return $configuration->generateAll();
}
}

View File

@@ -113,7 +113,7 @@ class UpdateControllerTest extends TestCase
public function updateDataSet(): array
{
$faker = Factory::create();
$set = [
return [
'name' => [
'id' => 'INR',
'fields' => [
@@ -157,7 +157,5 @@ class UpdateControllerTest extends TestCase
'extra_ignore' => [],
],
];
return $set;
}
}