mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 18:57:22 +01:00
lint fixes
Took 3 minutes
This commit is contained in:
@ -104,7 +104,7 @@ final class Datasets
|
||||
$values = array_merge($values, $dataset_data['values']);
|
||||
}
|
||||
|
||||
$dataSetDescriptions[] = $description." with ".implode(" / ", $partialDescriptions);
|
||||
$dataSetDescriptions[] = $description . ' with ' . implode(' / ', $partialDescriptions);
|
||||
$dataSetValues[] = $values;
|
||||
}
|
||||
|
||||
@ -139,6 +139,7 @@ final class Datasets
|
||||
}
|
||||
$result = $tmp;
|
||||
}
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user