Skip to content

Commit 1b7fe71

Browse files
committed
Add @author tags to transformer test classes
1 parent b296ddf commit 1b7fe71

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/store/tests/Document/Transformer/TextReplaceTransformerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
use Symfony\AI\Store\Exception\InvalidArgumentException;
2020
use Symfony\Component\Uid\Uuid;
2121

22+
/**
23+
* @author Oskar Stark <oskarstark@googlemail.com>
24+
*/
2225
#[CoversClass(TextReplaceTransformer::class)]
2326
final class TextReplaceTransformerTest extends TestCase
2427
{

src/store/tests/Document/Transformer/TextTrimTransformerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
use Symfony\AI\Store\Exception\InvalidArgumentException;
2222
use Symfony\Component\Uid\Uuid;
2323

24+
/**
25+
* @author Oskar Stark <oskarstark@googlemail.com>
26+
*/
2427
#[CoversClass(TextTrimTransformer::class)]
2528
final class TextTrimTransformerTest extends TestCase
2629
{

0 commit comments

Comments
 (0)