@@ -85,7 +85,7 @@ public function setValues(array $values)
85
85
*
86
86
* The returned array does not include file fields (@see getFiles).
87
87
*
88
- * @return array An array of field values.
88
+ * @return array An array of field values
89
89
*/
90
90
public function getValues ()
91
91
{
@@ -106,7 +106,7 @@ public function getValues()
106
106
/**
107
107
* Gets the file field values.
108
108
*
109
- * @return array An array of file field values.
109
+ * @return array An array of file field values
110
110
*/
111
111
public function getFiles ()
112
112
{
@@ -135,7 +135,7 @@ public function getFiles()
135
135
* This method converts fields with the array notation
136
136
* (like foo[bar] to arrays) like PHP does.
137
137
*
138
- * @return array An array of field values.
138
+ * @return array An array of field values
139
139
*/
140
140
public function getPhpValues ()
141
141
{
@@ -162,7 +162,7 @@ public function getPhpValues()
162
162
* For a compound file field foo[bar] it will create foo[bar][name],
163
163
* instead of foo[name][bar] which would be found in $_FILES.
164
164
*
165
- * @return array An array of file field values.
165
+ * @return array An array of file field values
166
166
*/
167
167
public function getPhpFiles ()
168
168
{
0 commit comments