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:
parent
b4a055315b
commit
39bcbda5d0
6 changed files with 138 additions and 19 deletions
8
typedefs/FFI.php
Normal file
8
typedefs/FFI.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
// Stub for Intelephense support
|
||||
class FFI
|
||||
{
|
||||
public function __call($name, $arguments) {}
|
||||
public function __callStatic($name, $arguments) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue