Skip to content

Commit

Permalink
Make class extendable
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 7, 2025
1 parent 6b7684d commit e4440e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assert.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
* @method static void allValidBase64(mixed $value, string $message = '', string $exception = '')
* @method static void allNotInArray(mixed $value, array $values, string $message = '', string $exception = '')
*/
final class Assert
class Assert
{
use Base64Trait;
use NotInArrayTrait;
Expand Down

0 comments on commit e4440e2

Please sign in to comment.