We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f29e6f commit d851e75Copy full SHA for d851e75
app/code/Magento/Theme/Model/Design/Backend/File.php
@@ -19,6 +19,9 @@
19
use Magento\MediaStorage\Model\File\UploaderFactory;
20
use Magento\Theme\Model\Design\Config\FileUploader\FileProcessor;
21
22
+/**
23
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
24
+ */
25
class File extends BackendFile
26
{
27
/**
@@ -38,7 +41,6 @@ class File extends BackendFile
38
41
* @param AbstractResource|null $resource
39
42
* @param AbstractDb|null $resourceCollection
40
43
* @param array $data
- * @internal param Config $fileConfig
44
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
45
*/
46
public function __construct(
0 commit comments