Skip to content

Commit

Permalink
Constructor signature should not have changed in deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed May 17, 2024
1 parent 30d9508 commit 8569f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryParam.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
*/
class QueryParam extends Glpi\DBAL\QueryParam
{
public function __construct($expression)
public function __construct($expression = '?')
{
Toolbox::deprecated();
parent::__construct($expression);
Expand Down

0 comments on commit 8569f8a

Please sign in to comment.