@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | * @param array $types |
| 47 | 47 | * |
| 48 | 48 | * @return string |
| 49 | - */ |
|
| 49 | + */ |
|
| 50 | 50 | protected function values(array $row, array $blobs, array $types) |
| 51 | 51 | { |
| 52 | 52 | $values = []; |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | * @param int $limit |
| 74 | 74 | * |
| 75 | 75 | * @return string |
| 76 | - */ |
|
| 76 | + */ |
|
| 77 | 77 | private function message($statement, int $limit) |
| 78 | 78 | { |
| 79 | 79 | $numRows = $statement->rowCount(); |
@@ -95,7 +95,7 @@ discard block |
||
| 95 | 95 | * @param int $limit |
| 96 | 96 | * |
| 97 | 97 | * @return array |
| 98 | - */ |
|
| 98 | + */ |
|
| 99 | 99 | protected function select($statement, $limit = 0) |
| 100 | 100 | { |
| 101 | 101 | // No resultset |
@@ -261,7 +261,7 @@ |
||
| 261 | 261 | * @return TableSelectEntity |
| 262 | 262 | */ |
| 263 | 263 | private function getSelectEntity(string $table, array $columns, array $fields, array $select, |
| 264 | - array $group, array $where, array $order, array $unselected, int $limit, int $page): TableSelectEntity |
|
| 264 | + array $group, array $where, array $order, array $unselected, int $limit, int $page): TableSelectEntity |
|
| 265 | 265 | { |
| 266 | 266 | $select2 = $select; |
| 267 | 267 | $group2 = $group; |