mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
💡 Fix PHPDoc for \DBObject::CheckConsistency
This commit is contained in:
@@ -1977,9 +1977,9 @@ abstract class DBObject implements iDisplay
|
||||
/**
|
||||
* check attributes together
|
||||
*
|
||||
* @overwritable-hook You can extend this method in order to provide your own logic.
|
||||
*
|
||||
* @return bool
|
||||
* @overwritable-hook You can extend this method in order to provide your own logic.
|
||||
*
|
||||
* @return true|string true if successful, the error description otherwise
|
||||
*/
|
||||
public function CheckConsistency()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user