@@ -62,7 +62,7 @@ |
||
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | 64 | * @param string[] ...$relation_names any list of relations to return |
| 65 | - * @return object instance of class that has Entity trait |
|
| 65 | + * @return Entity instance of class that has Entity trait |
|
| 66 | 66 | */ |
| 67 | 67 | public function with(string ...$relation_names) |
| 68 | 68 | { |
@@ -133,6 +133,9 @@ |
||
| 133 | 133 | return join(", ", $out); |
| 134 | 134 | } |
| 135 | 135 | |
| 136 | + /** |
|
| 137 | + * @param \PDOStatement $stmt |
|
| 138 | + */ |
|
| 136 | 139 | private function bindPaginationToStatement(array $options, $stmt): void |
| 137 | 140 | { |
| 138 | 141 | if (array_key_exists('limit', $options)) { |