Commit 04e8d0d3 authored by Vipul Basapati's avatar Vipul Basapati

Fixed StyleCI issue

parent 8a766e81
......@@ -26,10 +26,10 @@ class GeneralException extends Exception
/**
* Constructor function.
*
* @param string $message
* @param boolean $dontHide
* @param string $message
* @param bool $dontHide
*/
public function __construct($message, $dontHide = false)
public function __construct($message, $dontHide = false)
{
$this->message = $message;
$this->dontHide = $dontHide;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment