We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cf529 commit a75d9dbCopy full SHA for a75d9db
1 file changed
tests/Federation/XML/auth/ConstrainedManyValueTest.php
@@ -39,6 +39,7 @@ final class ConstrainedManyValueTest extends TestCase
39
#[DataProvider('classProvider')]
40
public function testMarshallingEmpty(string $class): void
41
{
42
+ /** @var \SimpleSAML\XML\SerializableElementInterface $x */
43
$x = new $class([], []);
44
$this->assertTrue($x->isEmptyElement());
45
}
@@ -70,6 +71,7 @@ public function testMarshallingIllegalCombination(string $class): void
70
71
72
73
/**
74
+ * @return array<string, array<string>>
75
*/
76
public static function classProvider(): array
77
0 commit comments