lint fixes

Took 3 minutes
This commit is contained in:
Fabio Ivona
2021-05-24 23:33:43 +02:00
parent 60afbb2c20
commit 294c41f0dc
2 changed files with 12 additions and 11 deletions

View File

@ -26,7 +26,7 @@ it('show the actual dataset of non-named datasets in their description', functio
expect($descriptions[1])->toBe('test description with (array(2))');
});
$state = new stdClass();
$state = new stdClass();
$state->combinations = [
['a', 'b', 'c', 1, 2, 'bar', 'foo', 'baz'],
['a', 'b', 'c', 1, 2, 'zip', 'zap', 'zop'],