mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
add phpdoc and clean phpstan baseline (#31702)
* add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline * add phpdoc and clean phpstan baseline
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/* Copyright (C) 2022 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2015 Frederic France <frederic.france@free.fr>
|
||||
* Copyright (C) 2015-2024 Frédéric France <frederic.france@free.fr>
|
||||
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
@@ -26,6 +26,15 @@
|
||||
// Load Dolibarr environment
|
||||
require '../../../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/includes/OAuth/bootstrap.php';
|
||||
/**
|
||||
* @var Conf $conf
|
||||
* @var DoliDB $db
|
||||
* @var Translate $langs
|
||||
* @var User $user
|
||||
*
|
||||
* @var string $dolibarr_main_url_roott
|
||||
*/
|
||||
|
||||
use OAuth\Common\Storage\DoliStorage;
|
||||
use OAuth\Common\Consumer\Credentials;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user