Skip to content

Commit 8f8d30d

Browse files
committed
Create assertion and type-class for xs:normalizedString
1 parent 6bdea64 commit 8f8d30d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

1

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# This is a combination of 2 commits.
2+
# This is the 1st commit message:
3+
4+
Create assertion and type-class for xs:string
5+
6+
# This is the commit message #2:
7+
8+
#reate assertion and type-class for xs:string
9+
10+
# Please enter the commit message for your changes. Lines starting
11+
# with '#' will be ignored, and an empty message aborts the commit.
12+
#
13+
# Date: Sat Jan 11 18:54:49 2025 +0100
14+
#
15+
# interactive rebase in progress; onto 2916213
16+
# Last commands done (9 commands done):
17+
# pick dbaf9a3 Create assertion and type-class for xs:string
18+
# squash 5ba0035
19+
# Next command to do (1 remaining command):
20+
# pick 412f90f Create assertion and type-class for xs:normalizedString
21+
# You are currently rebasing branch 'feature/xsd-types' on '2916213'.
22+
#
23+
# Changes to be committed:
24+
# modified: src/Assert/Assert.php
25+
# new file: src/Assert/StringTrait.php
26+
# new file: src/Type/StringValue.php
27+
# new file: tests/Assert/StringTest.php
28+
# new file: tests/Type/StringValueTest.php
29+
#

tests/Assert/NormalizedStringTest.php

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

3636

3737
/**
38-
* @return array<string, array{0: string, 1: 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)