Docblock fixes + more tests

This commit is contained in:
Dennis Eichhorn 2018-12-15 22:36:04 +01:00
parent 80d7724384
commit 98a5e50214

View File

@ -79,28 +79,4 @@ final class AuditMapper extends DataMapperAbstract
* @since 1.0.0
*/
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
}
}