PocketMine-MP 5.41.1 git-fcc6fb5566a921cb669160c90f56fb68f5b29123
Loading...
Searching...
No Matches
BaseType.php
1<?php
2
3namespace DaveRandom\CallbackValidator\Type;
4
10interface BaseType{
11 public function stringify(int $depth = 0) : string;
12}