PocketMine-MP 5.39.3 git-21ae710729750cd637333d673bbbbbc598fc659e
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}