Skip to content

Commit 6cffe85

Browse files
committed
qmark
1 parent 79c5462 commit 6cffe85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LeanMapperQuery/IQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface IQuery
2525
* @param QueryTarget\ITarget|null $target
2626
* @return Fluent
2727
*/
28-
public function applyQuery(Fluent $fluent, IMapper $mapper, QueryTarget\ITarget $target = null);
28+
public function applyQuery(Fluent $fluent, IMapper $mapper, ?QueryTarget\ITarget $target = null);
2929

3030
/**
3131
* @return string

LeanMapperQuery/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public function cast($entityClass)
455455
* @inheritdoc
456456
* @throws InvalidArgumentException
457457
*/
458-
public function applyQuery(Fluent $fluent, IMapper $mapper, QueryTarget\ITarget $target = null)
458+
public function applyQuery(Fluent $fluent, IMapper $mapper, ?QueryTarget\ITarget $target = null)
459459
{
460460
$targetTable = null;
461461

0 commit comments

Comments
 (0)