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 19
19
20
20
class File extends \Magento \Framework \Data \Form \Element \File
21
21
{
22
- /**
23
- * @var Escaper
24
- */
25
- private Escaper $ escaper ;
26
-
27
22
/**
28
23
* @param Factory $factoryElement
29
24
* @param CollectionFactory $factoryCollection
@@ -45,7 +40,7 @@ public function __construct(
45
40
*
46
41
* @return string
47
42
*/
48
- public function getElementHtml (): string
43
+ public function getElementHtml ()
49
44
{
50
45
$ html = parent ::getElementHtml ();
51
46
$ html .= $ this ->_getDeleteCheckbox ();
@@ -57,7 +52,7 @@ public function getElementHtml(): string
57
52
*
58
53
* @return string
59
54
*/
60
- protected function _getDeleteCheckbox (): string
55
+ protected function _getDeleteCheckbox ()
61
56
{
62
57
$ html = '' ;
63
58
if ((string )$ this ->getValue ()) {
You can’t perform that action at this time.
0 commit comments