When I create lifecycleCallbacks on an entity, after the last update, two functions are created when exporting:

/**
* @ORM\PrePersist
*/
public function updateTimestamps()
{
}
/**
* @ORM\PreUpdate
*/
public function UpdateTimestamps()
{
}
Secondly, the link to the documentation is not working.
Am I doing something wrong?