1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 16:14:02 +00:00
tenancy/typedefs/FFI.php

8 lines
158 B
PHP

<?php
// Stub for Intelephense support
class FFI
{
public function __call($name, $arguments) {}
public function __callStatic($name, $arguments) {}
}