PocketMine-MP 5.37.2 git-e507eb5e50da3ead3ae88ed2324df21e75820019
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}