Skip to content

Commit ea037ff

Browse files
committed
Fix up PHPStan
1 parent bced5aa commit ea037ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Table/QueuedJobsTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ public function getFailedStatus(QueuedJob $queuedTask, array $taskConfiguration)
889889
*
890890
* @return \Cake\ORM\Query\SelectQuery The query builder
891891
*/
892-
public function findQueued(SelectQuery $query, array $options): SelectQuery {
892+
public function findQueued(SelectQuery $query, array $options = []): SelectQuery {
893893
return $query->where(['completed IS' => null]);
894894
}
895895

0 commit comments

Comments
 (0)