mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-10 19:12:59 +01:00
Fix phan
This commit is contained in:
@@ -111,4 +111,12 @@ abstract class ModeleNumRefCommandes extends CommonNumRefGenerator
|
||||
* @return string|int<-1,0> Value if OK, -1 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