From 8ce37ec4717ee0285d41812074c2806441d2f6cc Mon Sep 17 00:00:00 2001 From: ADmad Date: Sat, 10 Jun 2017 17:41:49 +0530 Subject: [PATCH] Fix docblock. --- src/Datasource/Exception/PageOutOfBoundsException.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Datasource/Exception/PageOutOfBoundsException.php b/src/Datasource/Exception/PageOutOfBoundsException.php index 03dcbd7ca93..a93d05fef3b 100644 --- a/src/Datasource/Exception/PageOutOfBoundsException.php +++ b/src/Datasource/Exception/PageOutOfBoundsException.php @@ -29,6 +29,7 @@ class PageOutOfBoundsException extends Exception * * @param string|null $message The error message. * @param int $code The code of the error, is also the HTTP status code for the error. + * @param \Exception|null $previous The previous exception. */ public function __construct($message = null, $code = 404, $previous = null) {