Skip to content

Commit

Permalink
Fix docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jun 10, 2017
1 parent 5c2d290 commit 8ce37ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Datasource/Exception/PageOutOfBoundsException.php
Expand Up @@ -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)
{
Expand Down

0 comments on commit 8ce37ec

Please sign in to comment.