We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8df850 commit b348a7cCopy full SHA for b348a7c
src/Input/FilesOption.php
@@ -38,8 +38,8 @@ public function isAbsent()
38
/**
39
* Normalize the provided values as an array
40
*
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
+ * - If it's either empty or absent, it returns an empty array
+ * - If it's a single value separated by commas, it converts it to array
43
* - Otherwise returns the value as is.
44
45
* @return array
0 commit comments