src/exceptions/SearchQueryException.php
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct(string $requestQuery, string $message = null, $code = 0, $filename = __FILE__, $lineno = __LINE__, \Exception $previous = null)