You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/File/Validation/ArrayRuleTest.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,15 @@ final class ArrayRuleTest extends AbstractRule
15
15
{
16
16
/**
17
17
* The AddressLine
18
-
* Meta informations extracted from the WSDL
18
+
* Meta information extracted from the WSDL
19
19
* - documentation: When the address is unformatted (FormattedInd="false") these lines will contain free form address details. When the address is formatted and street number and street name must be sent independently, the street number will be sent
20
20
* using StreetNmbr, and the street name will be sent in the first AddressLine occurrence. | Used for Character Strings, length 1 to 255.
@@ -42,7 +43,7 @@ public function testSetAddressLineWithNullOnOneItemMustThrowAnException(): void
42
43
43
44
/**
44
45
* The AddressLine
45
-
* Meta informations extracted from the WSDL
46
+
* Meta information extracted from the WSDL
46
47
* - documentation: When the address is unformatted (FormattedInd="false") these lines will contain free form address details. When the address is formatted and street number and street name must be sent independently, the street number will be sent
47
48
* using StreetNmbr, and the street name will be sent in the first AddressLine occurrence. | Used for Character Strings, length 1 to 255.
48
49
* - maxOccurs: 5
@@ -51,6 +52,7 @@ public function testSetAddressLineWithNullOnOneItemMustThrowAnException(): void
0 commit comments