Skip to content

Commit b348a7c

Browse files
Fix doc blocks wording.
1 parent a8df850 commit b348a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Input/FilesOption.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public function isAbsent()
3838
/**
3939
* Normalize the provided values as an array
4040
*
41-
* - If it's is empty, it returns an empty array
42-
* - If it's a single value separated by commas, it returns the corresponding array
41+
* - If it's either empty or absent, it returns an empty array
42+
* - If it's a single value separated by commas, it converts it to array
4343
* - Otherwise returns the value as is.
4444
*
4545
* @return array

0 commit comments

Comments
 (0)