Skip to content

Commit a75d9db

Browse files
committed
Fix codesniffer issue
1 parent b0cf529 commit a75d9db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Federation/XML/auth/ConstrainedManyValueTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ final class ConstrainedManyValueTest extends TestCase
3939
#[DataProvider('classProvider')]
4040
public function testMarshallingEmpty(string $class): void
4141
{
42+
/** @var \SimpleSAML\XML\SerializableElementInterface $x */
4243
$x = new $class([], []);
4344
$this->assertTrue($x->isEmptyElement());
4445
}
@@ -70,6 +71,7 @@ public function testMarshallingIllegalCombination(string $class): void
7071

7172

7273
/**
74+
* @return array<string, array<string>>
7375
*/
7476
public static function classProvider(): array
7577
{

0 commit comments

Comments
 (0)