@@ -1079,7 +1079,7 @@ |
||
| 1079 | 1079 | * @param string $query <p>sql-query</p> |
| 1080 | 1080 | * @param bool $useCache optional <p>use cache?</p> |
| 1081 | 1081 | * @param int $cacheTTL optional <p>cache-ttl in seconds</p> |
| 1082 | - * @param DB|null $db optional <p>the database connection</p> |
|
| 1082 | + * @param null|\self $db optional <p>the database connection</p> |
|
| 1083 | 1083 | * |
| 1084 | 1084 | * @throws QueryException |
| 1085 | 1085 | * |
@@ -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 |