Skip to content

Commit 54fdef8

Browse files
Fix CS/WS issue
1 parent 66ab0b6 commit 54fdef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Metadata/Api/DataProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ private function dataProvidedByMetadata(MetadataCollection $testWith): array
233233

234234
foreach ($testWith as $i => $_testWith) {
235235
assert($_testWith instanceof TestWith);
236+
236237
$providerLabel = sprintf('TestWith#%s attribute', $i);
237238

238239
if ($_testWith->hasName()) {

0 commit comments

Comments
 (0)