We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2781c9b + 5bb5d50 commit fcff77dCopy full SHA for fcff77d
src/Pecee/Pixie/Exception.php
@@ -14,7 +14,7 @@ class Exception extends \Exception
14
15
protected $query;
16
17
- public function __construct(string $message = '', int $code = 0, QueryObject $query = null)
+ public function __construct(string $message = '', $code = 0, QueryObject $query = null)
18
{
19
parent::__construct($message, $code);
20
$this->query = $query;
0 commit comments