phpstan v1 + workflow

This commit is contained in:
slawkens
2024-01-31 00:37:29 +01:00
parent a2c8e2b2ae
commit c08f099d98
4 changed files with 93 additions and 1 deletions

12
phpstan-bootstrap.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
require __DIR__ . '/system/libs/pot/OTS.php';
$ots = POT::getInstance();
require __DIR__ . '/system/libs/pot/InvitesDriver.php';
require __DIR__ . '/system/libs/rfc6238.php';
require __DIR__ . '/common.php';
const ACTION = '';
define('SELF_NAME', basename(__FILE__));