Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct phpbench.schema.json #1032

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

johnbillion
Copy link

These two config options are arrays, not objects.

I think several of the other config options defined as objects are also arrays, but I've not used or tested them to be sure.

@dantleech
Copy link
Member

The schema is generated, so will need to fix the generator rather

@szepeviktor
Copy link

need to fix the generator

private function mapTypes(array $types): array
{
return array_map(function (string $type) {
if ($type === 'array') {
return 'object';
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants