File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
app/code/Magento/Config/Block/System/Config/Form/Field Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1919
2020class File extends \Magento \Framework \Data \Form \Element \File
2121{
22- /**
23- * @var Escaper
24- */
25- private Escaper $ escaper ;
26-
2722 /**
2823 * @param Factory $factoryElement
2924 * @param CollectionFactory $factoryCollection
@@ -45,7 +40,7 @@ public function __construct(
4540 *
4641 * @return string
4742 */
48- public function getElementHtml (): string
43+ public function getElementHtml ()
4944 {
5045 $ html = parent ::getElementHtml ();
5146 $ html .= $ this ->_getDeleteCheckbox ();
@@ -57,7 +52,7 @@ public function getElementHtml(): string
5752 *
5853 * @return string
5954 */
60- protected function _getDeleteCheckbox (): string
55+ protected function _getDeleteCheckbox ()
6156 {
6257 $ html = '' ;
6358 if ((string )$ this ->getValue ()) {
You can’t perform that action at this time.
0 commit comments