@@ -132,7 +132,7 @@ discard block |
||
| 132 | 132 | /** |
| 133 | 133 | * Cleans the AuditEntry data |
| 134 | 134 | * |
| 135 | - * @param $maxAge |
|
| 135 | + * @param integer|null $maxAge |
|
| 136 | 136 | * @return bool |
| 137 | 137 | */ |
| 138 | 138 | protected function cleanupEntry($maxAge) |
@@ -160,7 +160,7 @@ discard block |
||
| 160 | 160 | * Cleans the Panel data |
| 161 | 161 | * |
| 162 | 162 | * @param $id |
| 163 | - * @param $maxAge |
|
| 163 | + * @param integer|null $maxAge |
|
| 164 | 164 | * @return bool |
| 165 | 165 | */ |
| 166 | 166 | protected function cleanupPanel($id, $maxAge) |