Skip to content

Commit aa43101

Browse files
committed
Add Column[] type hint to ArrayProviderInterface
1 parent a45ce51 commit aa43101

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Provider/ArrayProviderInterface.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33

44
namespace Loki\AdminComponents\Provider;
55

6+
use Loki\AdminComponents\Grid\Column\Column;
7+
68
interface ArrayProviderInterface
79
{
10+
/**
11+
* @return Column[]
12+
*/
813
public function getColumns(): array;
914
public function getData(): array;
1015
}

0 commit comments

Comments
 (0)