Skip to content

Commit a852dce

Browse files
committed
update comments
1 parent d287f58 commit a852dce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Collection/Complex/FullName.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function validate(): void
122122
}
123123

124124
/**
125-
* Format the value.
125+
* Sanitize the value.
126126
*
127127
* @return void
128128
*/

src/Collection/Complex/TaxNumber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ protected function validate(): void
131131
}
132132

133133
/**
134-
* Format the value.
134+
* Sanitize the value.
135135
*
136136
* @return void
137137
*/

0 commit comments

Comments
 (0)