mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-15 21:18:41 +00:00
Docblock fixes + more tests
This commit is contained in:
parent
80d7724384
commit
98a5e50214
|
|
@ -79,28 +79,4 @@ final class AuditMapper extends DataMapperAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $createdAt = 'auditor_audit_created_at';
|
protected static $createdAt = 'auditor_audit_created_at';
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public static function update($obj, int $relations = RelationType::ALL, int $depth = 1)
|
|
||||||
{
|
|
||||||
// prevent updating
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public static function updateArray(array &$obj, int $relations = RelationType::ALL, int $depth = 1)
|
|
||||||
{
|
|
||||||
// prevent updating
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* {@inheritdoc}
|
|
||||||
*/
|
|
||||||
public static function delete($obj, int $relations = RelationType::REFERENCE)
|
|
||||||
{
|
|
||||||
// prevent deleting
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user