mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix phan
This commit is contained in:
@@ -92,4 +92,11 @@ abstract class ModeleNumRefProjects extends CommonNumRefGenerator
|
||||
* @return string|int<-1,0> Value if OK, 0 if KO
|
||||
*/
|
||||
abstract public function getNextValue($objsoc, $project);
|
||||
|
||||
/**
|
||||
* Return an example of numbering
|
||||
*
|
||||
* @return string Example
|
||||
*/
|
||||
abstract public function getExample();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user