@@ -58,6 +58,9 @@ |
||
| 58 | 58 | return $this->fetchTemplate("exception/access-denied.tpl"); |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | + /** |
|
| 62 | + * @param string $action |
|
| 63 | + */ |
|
| 61 | 64 | private function getLogEntry($action, User $user, PdoDatabase $database) |
| 62 | 65 | { |
| 63 | 66 | $logs = LogSearchHelper::get($database) |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | * @param int $requestId |
| 38 | 38 | * @param PdoDatabase $db |
| 39 | 39 | * |
| 40 | - * @return array |
|
| 40 | + * @return DataObject[] |
|
| 41 | 41 | */ |
| 42 | 42 | public static function getRequestLogsWithComments($requestId, PdoDatabase $db) |
| 43 | 43 | { |
@@ -39,7 +39,7 @@ |
||
| 39 | 39 | * |
| 40 | 40 | * @param PdoDatabase $database |
| 41 | 41 | * @param string $table |
| 42 | - * @param null $order Order by clause, excluding ORDER BY. |
|
| 42 | + * @param string $order Order by clause, excluding ORDER BY. |
|
| 43 | 43 | */ |
| 44 | 44 | protected function __construct(PdoDatabase $database, $table, $order = null) |
| 45 | 45 | { |