From 1ec7c4e523f1f40dbdb9f8e865daf4a40bbf8fb2 Mon Sep 17 00:00:00 2001 From: Saophalkun Ponlu Date: Tue, 16 May 2017 11:52:59 +1200 Subject: [PATCH] Fix lint error --- src/Forms/FormField.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Forms/FormField.php b/src/Forms/FormField.php index 1d4fa9ad5..71229ca79 100644 --- a/src/Forms/FormField.php +++ b/src/Forms/FormField.php @@ -1231,7 +1231,8 @@ class FormField extends RequestHandler /** * @return bool */ - public function isAutofocus() { + public function isAutofocus() + { return $this->autofocus; }