fix phpstan (#32188)

* fix phpstan

* fix typos

* add phpdoc

* cut long line
This commit is contained in:
Frédéric FRANCE
2024-12-01 23:15:27 +01:00
committed by GitHub
parent e2f6c68063
commit 01297eeb86
21 changed files with 48 additions and 150 deletions

View File

@@ -32,7 +32,7 @@ require_once DOL_DOCUMENT_ROOT.'/includes/OAuth/bootstrap.php';
* @var Translate $langs
* @var User $user
*
* @var string $dolibarr_main_url_roott
* @var string $dolibarr_main_url_root
*/
use OAuth\Common\Storage\DoliStorage;