📝 DBObject fix wrong PHPDoc (#133)

Thanks to @Hipska !
This commit is contained in:
Thomas Casteleyn
2020-04-06 08:32:31 +02:00
committed by GitHub
parent 3cbcdd4f13
commit bcd21aefb4

View File

@@ -2914,9 +2914,9 @@ abstract class DBObject implements iDisplay
}
}
/*
* Persist an object to the DB, for the first time
*
/**
* Persist an object to the DB, for the first time
*
* @api
* @see DBWrite
*