We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -11,6 +11,9 @@ |
||
11 | 11 | return $this->autoFocusOnFirstField; |
12 | 12 | } |
13 | 13 | |
14 | + /** |
|
15 | + * @param boolean $value |
|
16 | + */ |
|
14 | 17 | public function setAutoFocusOnFirstField($value) |
15 | 18 | { |
16 | 19 | return $this->autoFocusOnFirstField = (bool) $value; |