Skip to content

Commit 59d4e15

Browse files
z-songStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent e0c6619 commit 59d4e15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Form/Field/Select.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ public function render()
2525
}
2626

2727
/**
28-
* Set options
28+
* Set options.
2929
*
3030
* @param array|callable|string $options
31+
*
3132
* @return $this|mixed
3233
*/
3334
public function options($options = [])
@@ -82,6 +83,7 @@ protected function loadOptionsFromRemote($url, $parameters = [], $options = [])
8283
* Load options from ajax results.
8384
*
8485
* @param string $url
86+
*
8587
* @return $this
8688
*/
8789
public function ajax($url)

0 commit comments

Comments
 (0)