File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
app/code/Magento/Config/Model/Config/Backend Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \Config \Model \Config \Backend \Image ;
7
+ namespace Magento \Config \Model \Config \Backend \File ;
8
8
9
9
/**
10
+ * System config PDF field backend model.
11
+ *
10
12
* @api
11
13
*/
12
14
class Pdf extends \Magento \Config \Model \Config \Backend \File
13
15
{
14
16
/**
15
- * @return string[]
17
+ * @inheritdoc
16
18
*/
17
19
protected function _getAllowedExtensions ()
18
20
{
Original file line number Diff line number Diff line change 7
7
namespace Magento \Config \Model \Config \Backend \Image ;
8
8
9
9
/**
10
+ * System config PDF field backend model.
11
+ *
10
12
* @api
11
13
* @deprecated The wrong file type extensions are returned.
12
14
* @see \Magento\Config\Model\Config\Backend\File\Pdf
13
15
*/
14
16
class Pdf extends \Magento \Config \Model \Config \Backend \Image
15
17
{
16
18
/**
17
- * @return string[]
19
+ * @inheritdoc
18
20
*/
19
21
protected function _getAllowedExtensions ()
20
22
{
You can’t perform that action at this time.
0 commit comments