PocketMine-MP 5.44.4 git-bc94a0da0c87abe7eb99d229a9ec672b3c405d11
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}