mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 20:22:17 +02: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