mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
Replace wrong PHPDocs
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
committed by
Roeland Jago Douma
parent
10414d2e7d
commit
dfd8125aeb
@@ -39,7 +39,7 @@ class GenericEncryptionException extends HintException {
|
||||
* @param string $message
|
||||
* @param string $hint
|
||||
* @param int $code
|
||||
* @param \Exception $previous
|
||||
* @param \Exception|null $previous
|
||||
* @since 8.1.0
|
||||
*/
|
||||
public function __construct($message = '', $hint = '', $code = 0, \Exception $previous = null) {
|
||||
|
||||
Reference in New Issue
Block a user