Skip to content

Commit 996db2c

Browse files
author
Ben Batschelet
committed
One more place where we can use Countable interface
1 parent 6167400 commit 996db2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/DataProvider/AbstractDataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @api
1313
* @since 100.0.2
1414
*/
15-
abstract class AbstractDataProvider implements DataProviderInterface
15+
abstract class AbstractDataProvider implements DataProviderInterface, \Countable
1616
{
1717
/**
1818
* Data Provider name

0 commit comments

Comments
 (0)