Do not error on deprecated methods for now
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -91,7 +91,7 @@ class AssignmentMapper extends QBMapper implements IPermissionMapper {
|
||||
* Check if user exists before assigning it to a card
|
||||
*
|
||||
* @param Entity $entity
|
||||
* @return null|Assignment
|
||||
* @return Assignment
|
||||
* @throws NotFoundException
|
||||
*/
|
||||
public function insert(Entity $entity): Entity {
|
||||
|
||||
Reference in New Issue
Block a user