Skip to content

Commit

Permalink
v3: fixed phpstan usage of undefined Optionable (??)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Feb 21, 2024
1 parent 451dac1 commit 4ca865e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
* @see http://mistic100.github.io/jQuery-QueryBuilder/#validation
* @author Leandro Gehlen <[email protected]>
*/
class Validation extends BaseObject implements Optionable
class Validation extends BaseObject
{
use OptionTrait;

/**
* @var string Performs validation according to the specified format
Expand Down

0 comments on commit 4ca865e

Please sign in to comment.