2
0
forked from Wavyzz/dolibarr

fix phpstan (#32010)

* fix phpstan

* Update extrafields_view.tpl.php

* Update extrafields.class.php
This commit is contained in:
Frédéric FRANCE
2024-11-20 20:56:16 +01:00
committed by GitHub
parent a9b2e7bde1
commit b7816bf648
2 changed files with 3 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ class ExtraFields
public $attributes = array();
/**
* @var array<string,bool|int<0,1>> Array with boolean of status of groups
* @var array<string,bool|int<0,1>>|null Array with boolean of status of groups
*/
public $expand_display;