File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
app/code/Magento/Catalog/Controller/Adminhtml/Product/Gallery Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,16 +55,16 @@ class Upload extends \Magento\Backend\App\Action implements HttpPostActionInterf
55
55
/**
56
56
* @param \Magento\Backend\App\Action\Context $context
57
57
* @param \Magento\Framework\Controller\Result\RawFactory $resultRawFactory
58
- * @param \Magento\Framework\Image\AdapterFactory|null $adapterFactory
59
- * @param \Magento\Framework\Filesystem|null $filesystem
60
- * @param \Magento\Catalog\Model\Product\Media\Config|null $productMediaConfig
58
+ * @param \Magento\Framework\Image\AdapterFactory $adapterFactory
59
+ * @param \Magento\Framework\Filesystem $filesystem
60
+ * @param \Magento\Catalog\Model\Product\Media\Config $productMediaConfig
61
61
*/
62
62
public function __construct (
63
63
\Magento \Backend \App \Action \Context $ context ,
64
64
\Magento \Framework \Controller \Result \RawFactory $ resultRawFactory ,
65
- \Magento \Framework \Image \AdapterFactory $ adapterFactory = null ,
66
- \Magento \Framework \Filesystem $ filesystem = null ,
67
- \Magento \Catalog \Model \Product \Media \Config $ productMediaConfig = null
65
+ ? \Magento \Framework \Image \AdapterFactory $ adapterFactory = null ,
66
+ ? \Magento \Framework \Filesystem $ filesystem = null ,
67
+ ? \Magento \Catalog \Model \Product \Media \Config $ productMediaConfig = null
68
68
) {
69
69
parent ::__construct ($ context );
70
70
$ this ->resultRawFactory = $ resultRawFactory ;
You can’t perform that action at this time.
0 commit comments