Fix lint error

This commit is contained in:
Saophalkun Ponlu 2017-05-16 11:52:59 +12:00
parent a975b88661
commit 1ec7c4e523

View File

@ -1231,7 +1231,8 @@ class FormField extends RequestHandler
/**
* @return bool
*/
public function isAutofocus() {
public function isAutofocus()
{
return $this->autofocus;
}