Skip to content

Commit

Permalink
Update SelectorPrimitive.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Aug 23, 2024
1 parent 53ba284 commit 9724b63
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Selector/SelectorPrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ public static function isFinal(): IsFinal
return new IsFinal();
}

public static function isTrait(): IsTrait
{
return new IsTrait();
}

public static function isNotTrait(): IsNotTrait
{
return new IsNotTrait();
}

/**
* @deprecated
* @see Selector::isReadonly()
Expand Down

0 comments on commit 9724b63

Please sign in to comment.