File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments