@@ -85,7 +85,7 @@ public function setValues(array $values)
8585 *
8686 * The returned array does not include file fields (@see getFiles).
8787 *
88- * @return array An array of field values.
88+ * @return array An array of field values
8989 */
9090 public function getValues ()
9191 {
@@ -106,7 +106,7 @@ public function getValues()
106106 /**
107107 * Gets the file field values.
108108 *
109- * @return array An array of file field values.
109+ * @return array An array of file field values
110110 */
111111 public function getFiles ()
112112 {
@@ -135,7 +135,7 @@ public function getFiles()
135135 * This method converts fields with the array notation
136136 * (like foo[bar] to arrays) like PHP does.
137137 *
138- * @return array An array of field values.
138+ * @return array An array of field values
139139 */
140140 public function getPhpValues ()
141141 {
@@ -162,7 +162,7 @@ public function getPhpValues()
162162 * For a compound file field foo[bar] it will create foo[bar][name],
163163 * instead of foo[name][bar] which would be found in $_FILES.
164164 *
165- * @return array An array of file field values.
165+ * @return array An array of file field values
166166 */
167167 public function getPhpFiles ()
168168 {
0 commit comments