type fixes

This commit is contained in:
Yuri Kuznetsov
2021-11-02 21:15:15 +02:00
parent 4a12d44971
commit 3427c1b0bd
22 changed files with 101 additions and 63 deletions
@@ -49,7 +49,7 @@ interface Repository
/**
* Store an entity.
*/
public function save(Entity $entity, array $options): void;
public function save(Entity $entity, array $options = []): void;
/**
* Remove an entity.