1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 06:44:04 +00:00

parallel commands: core # autodetect, bugfixes, improved output

This commit is contained in:
Samuel Štancl 2024-09-27 23:02:03 +02:00
parent b4a055315b
commit 39bcbda5d0
6 changed files with 138 additions and 19 deletions

8
typedefs/FFI.php Normal file
View file

@ -0,0 +1,8 @@
<?php
// Stub for Intelephense support
class FFI
{
public function __call($name, $arguments) {}
public function __callStatic($name, $arguments) {}
}