mirror of
https://github.com/pestphp/pest.git
synced 2026-04-25 16:37:27 +02: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