@@ -349,7 +349,7 @@ |
||
| 349 | 349 | /** |
| 350 | 350 | * returns an array if a delimiter is present. returns array is a recordset is present |
| 351 | 351 | * |
| 352 | - * @param $src |
|
| 352 | + * @param string $src |
|
| 353 | 353 | * @param string $delim |
| 354 | 354 | * @param string $type |
| 355 | 355 | * @param bool $columns |
@@ -381,7 +381,7 @@ |
||
| 381 | 381 | } // end renderFormElement function |
| 382 | 382 | |
| 383 | 383 | /** |
| 384 | - * @param string|array|mysqli_result $v |
|
| 384 | + * @param string $v |
|
| 385 | 385 | * @return array |
| 386 | 386 | */ |
| 387 | 387 | function ParseIntputOptions($v) { |
@@ -237,7 +237,7 @@ |
||
| 237 | 237 | /** |
| 238 | 238 | * build siteCache file |
| 239 | 239 | * @param DocumentParser $modx |
| 240 | - * @return boolean success |
|
| 240 | + * @return null|boolean success |
|
| 241 | 241 | */ |
| 242 | 242 | public function buildCache($modx) |
| 243 | 243 | { |