Skip to content

Commit 43d8d71

Browse files
committed
Create assertion and type-class for xs:string
1 parent 8f8d30d commit 43d8d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Assert/StringTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testString(bool $shouldPass, string $str): void
3535

3636

3737
/**
38-
* @return array<string, array{0: bool, 1: string, 2: string>
38+
* @return array<string, array{0: boolean, 1: string, 2: string}>
3939
*/
4040
public static function provideString(): array
4141
{

0 commit comments

Comments
 (0)