Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Anton <[email protected]>
  • Loading branch information
WinterSilence authored Aug 27, 2022
1 parent 6419661 commit 1a229b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class Comparator
public function setFlags(int $flags);
public function getFlags(): int;
public function hasFlag(int $flag): bool;
public function getType(mixed $value): string;
public function canCompare(string $type, string $type2): bool;
public function compare(mixed $value, mixed $value): bool;
}
~~~

0 comments on commit 1a229b6

Please sign in to comment.