Completed
Pull Request — master (#2113)
by
unknown
03:06
created
src/Form/Field/Select.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 	 *
38 38
 	 * @param array|callable|string $options
39 39
 	 *
40
-	 * @return $this|mixed
40
+	 * @return Select
41 41
 	 */
42 42
 	public function options($options = []) {
43 43
 		// remote options
Please login to merge, or discard this patch.