mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
phpstan v1 + workflow
This commit is contained in:
12
phpstan-bootstrap.php
Normal file
12
phpstan-bootstrap.php
Normal 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__));
|
Reference in New Issue
Block a user