Skip to content

Commit

Permalink
Merge branch 'release/v0.2.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
betterthanclay committed Sep 8, 2022
2 parents 1ef6016 + 3f7b0af commit d84a63c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.2.1 (2022-09-08)
* Removed __construct() from sanitizer interface

## v0.2.0 (2022-09-08)
* Reorganised to contain main Lucid interfaces
* Updated key handling in MultiContextProvider
Expand Down
6 changes: 0 additions & 6 deletions src/Sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@

interface Sanitizer
{
/**
* Init with raw value
*/
public function __construct(mixed $value);


/**
* Process value as type
*
Expand Down

0 comments on commit d84a63c

Please sign in to comment.