@@ -162,6 +162,7 @@ discard block |
||
| 162 | 162 | //-------------------------------------------------------------------------------------------------------------------- |
| 163 | 163 | /** |
| 164 | 164 | * @inheritdoc |
| 165 | + * @param string $query |
|
| 165 | 166 | */ |
| 166 | 167 | public static function executeNone($query) |
| 167 | 168 | { |
@@ -184,6 +185,7 @@ discard block |
||
| 184 | 185 | //-------------------------------------------------------------------------------------------------------------------- |
| 185 | 186 | /** |
| 186 | 187 | * @inheritdoc |
| 188 | + * @param string $query |
|
| 187 | 189 | */ |
| 188 | 190 | public static function executeRow1($query) |
| 189 | 191 | { |
@@ -195,6 +197,7 @@ discard block |
||
| 195 | 197 | //-------------------------------------------------------------------------------------------------------------------- |
| 196 | 198 | /** |
| 197 | 199 | * @inheritdoc |
| 200 | + * @param string $query |
|
| 198 | 201 | */ |
| 199 | 202 | public static function executeRows($query) |
| 200 | 203 | { |