File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ public function populate(array $rows): array
646646 return $ result ;
647647 }
648648
649- public function prepare (QueryBuilderInterface $ builder ): static
649+ public function prepare (QueryBuilderInterface $ builder ): QueryInterface
650650 {
651651 return $ this ;
652652 }
Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ public function populate(array $rows): array;
252252 *
253253 * @param QueryBuilderInterface $builder
254254 *
255- * @return static A prepared query instance which will be used by {@see QueryBuilder} to build the SQL.
255+ * @return QueryInterface A prepared query instance which will be used by {@see QueryBuilder} to build the SQL.
256256 */
257- public function prepare (QueryBuilderInterface $ builder ): static ;
257+ public function prepare (QueryBuilderInterface $ builder ): self ;
258258
259259 /**
260260 * Returns the query result as a scalar value.
You can’t perform that action at this time.
0 commit comments