mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-03-13 13:57:07 +01:00
CI
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
* @var string $textobject
|
||||
* @var string[] $type2label
|
||||
*/
|
||||
'@phan-var-force string $attrname';
|
||||
'@phan-var-force string $action';
|
||||
'@phan-var-force string $elementtype';
|
||||
'@phan-var-force string $textobject';
|
||||
'@phan-var-force string[] $type2label';
|
||||
|
||||
// Protection to avoid direct call of template
|
||||
if (empty($conf) || !is_object($conf)) {
|
||||
print "Error, template page can't be called as URL";
|
||||
|
||||
Reference in New Issue
Block a user