@@ -1098,7 +1098,7 @@ |
||
| 1098 | 1098 | * @param string $query <p>sql-query</p> |
| 1099 | 1099 | * @param bool $useCache optional <p>use cache?</p> |
| 1100 | 1100 | * @param int $cacheTTL optional <p>cache-ttl in seconds</p> |
| 1101 | - * @param DB|null $db optional <p>the database connection</p> |
|
| 1101 | + * @param null|\self $db optional <p>the database connection</p> |
|
| 1102 | 1102 | * |
| 1103 | 1103 | *@throws QueryException |
| 1104 | 1104 | * |
@@ -927,7 +927,7 @@ discard block |
||
| 927 | 927 | /** |
| 928 | 928 | * Fetch as object. |
| 929 | 929 | * |
| 930 | - * @param object|string $class <p> |
|
| 930 | + * @param string $class <p> |
|
| 931 | 931 | * <strong>string</strong>: create a new object (with optional constructor |
| 932 | 932 | * parameter)<br> |
| 933 | 933 | * <strong>object</strong>: use a object and fill the the data into |
@@ -1056,7 +1056,7 @@ discard block |
||
| 1056 | 1056 | /** |
| 1057 | 1057 | * Fetch as "\Generator" via yield. |
| 1058 | 1058 | * |
| 1059 | - * @param object|string $class <p> |
|
| 1059 | + * @param string $class <p> |
|
| 1060 | 1060 | * <strong>string</strong>: create a new object (with optional constructor |
| 1061 | 1061 | * parameter)<br> |
| 1062 | 1062 | * <strong>object</strong>: use a object and fill the the data into |