Skip to content

Commit 0e61415

Browse files
authored
Update IQueryObjectDataSourceFactory.php
1 parent e6375cc commit 0e61415

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/IQueryObjectDataSourceFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ interface IQueryObjectDataSourceFactory {
66

77
/**
88
* @param \Kdyby\Doctrine\QueryObject $queryObject
9-
* @param \Kdyby\Doctrine\EntityRepository $repo
9+
* @param \Kdyby\Doctrine\EntityRepository|null $repo
1010
* @return QueryObjectDataSource
1111
*/
12-
function create(\Kdyby\Doctrine\QueryObject $queryObject, \Kdyby\Doctrine\EntityRepository $repo);
12+
function create(\Kdyby\Doctrine\QueryObject $queryObject, \Kdyby\Doctrine\EntityRepository $repo = null);
1313

1414
}

0 commit comments

Comments
 (0)