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 9e8ad15 commit a118036Copy full SHA for a118036
app/code/Magento/Theme/Ui/Component/Design/Config/DataProvider.php
@@ -46,9 +46,9 @@ class DataProvider extends \Magento\Framework\View\Element\UiComponent\DataProvi
46
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
47
*/
48
public function __construct(
49
- string $name,
50
- string $primaryFieldName,
51
- string $requestFieldName,
+ $name,
+ $primaryFieldName,
+ $requestFieldName,
52
ReportingInterface $reporting,
53
SearchCriteriaBuilder $searchCriteriaBuilder,
54
RequestInterface $request,
0 commit comments