mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 19:02:35 +01:00
Fix phan
This commit is contained in:
@@ -86,6 +86,13 @@ abstract class ModeleNumRefFicheinter extends CommonNumRefGenerator
|
||||
* @return string|int<-1,0> Next value if OK, <=0 if KO
|
||||
*/
|
||||
abstract public function getNextValue($objsoc = '', $object = '');
|
||||
|
||||
/**
|
||||
* Return an example of numbering
|
||||
*
|
||||
* @return string Example
|
||||
*/
|
||||
abstract public function getExample();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user