Skip to content

Commit 9f63d21

Browse files
committed
Fixed static tests
1 parent b9813c3 commit 9f63d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AdobeStockImageAdminUi/Model/Listing/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class DataProvider extends UiComponentDataProvider
3434
private $url;
3535

3636
/**
37-
* DataProvider constructor.
3837
* @param string $name
3938
* @param string $primaryFieldName
4039
* @param string $requestFieldName
@@ -43,6 +42,7 @@ class DataProvider extends UiComponentDataProvider
4342
* @param RequestInterface $request
4443
* @param FilterBuilder $filterBuilder
4544
* @param GetImageListInterface $getImageList
45+
* @param UrlInterface $url
4646
* @param array $meta
4747
* @param array $data
4848
* @SuppressWarnings(PHPMD.ExcessiveParameterList)

0 commit comments

Comments
 (0)