This repository was archived by the owner on Apr 29, 2019. It is now read-only.
This repository was archived by the owner on Apr 29, 2019. It is now read-only.
Clean Up Magento/ImportExport/Controller/Adminhtml/History/Download #126
Closed
Description
Preconditions (*)
- 2.3-develop
- phpstan installed
Steps to reproduce (*)
./vendor/bin/phpstan analyse -l 0 app/code/Magento/ImportExport/Controller/Adminhtml/History/Download.php
Expected result (*)
- No errors
Actual result (*)
1/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Line Download.php
------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
31 Access to an undefined property Magento\ImportExport\Controller\Adminhtml\History\Download::$fileFactory.
54 Access to an undefined property Magento\ImportExport\Controller\Adminhtml\History\Download::$fileFactory.
------ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
[ERROR] Found 2 errors