PocketMine-MP 5.37.4 git-07e225b0bd0d389de8a3d035fbd0ae8730a06053
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}