mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 17:57:23 +01:00
tests: updates snapshots
This commit is contained in:
@ -111,7 +111,7 @@ final class Datasets
|
||||
{
|
||||
$exporter = new Exporter();
|
||||
|
||||
if(is_int($key)){
|
||||
if (is_int($key)) {
|
||||
return \sprintf(' with (%s)', $exporter->shortenedRecursiveExport($data));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user