💡 Fix PHPDoc for \DBObject::CheckConsistency

This commit is contained in:
Pierre Goiffon
2022-05-17 15:52:43 +02:00
parent 0ef4fee0b4
commit 424e2a5745

View File

@@ -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()
{