Skip to content

Commit eb30c80

Browse files
committed
fix: phpcs
1 parent c91d372 commit eb30c80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Feature/Plugins/User/Learningtasks/LearningtasksPluginExportCsvTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,5 +417,4 @@ public function exportReturnsOnlyHeadersWhenNoStudents(): void
417417
$this->assertCount(1, $parsed_data, 'ヘッダー行のみであるべき');
418418
$this->assertEquals($expected_headers, $parsed_data[0], 'ヘッダー行の内容が正しいこと');
419419
}
420-
421420
}

0 commit comments

Comments
 (0)