Skip to content

Commit 9e8ad15

Browse files
committed
manage constructor params type casting
1 parent 5077285 commit 9e8ad15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Theme/Ui/Component/Design/Config/DataProvider.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ class DataProvider extends \Magento\Framework\View\Element\UiComponent\DataProvi
4646
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
4747
*/
4848
public function __construct(
49-
$name,
50-
$primaryFieldName,
51-
$requestFieldName,
49+
string $name,
50+
string $primaryFieldName,
51+
string $requestFieldName,
5252
ReportingInterface $reporting,
5353
SearchCriteriaBuilder $searchCriteriaBuilder,
5454
RequestInterface $request,

0 commit comments

Comments
 (0)