@@ -26,14 +26,14 @@ discard block |
||
| 26 | 26 | * |
| 27 | 27 | * @return Entity |
| 28 | 28 | */ |
| 29 | - public function get (EntityIndex $id):?Entity; |
|
| 29 | + public function get(EntityIndex $id): ? Entity; |
|
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * @param Criteria $criteria |
| 33 | 33 | * |
| 34 | 34 | * @return Iterator |
| 35 | 35 | */ |
| 36 | - public function getBy (Criteria $criteria):Iterator; |
|
| 36 | + public function getBy(Criteria $criteria):Iterator; |
|
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | 39 | * @return Iterator |
@@ -44,18 +44,18 @@ discard block |
||
| 44 | 44 | * @param Entity $entity |
| 45 | 45 | * |
| 46 | 46 | */ |
| 47 | - public function save (Entity $entity); |
|
| 47 | + public function save(Entity $entity); |
|
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | 50 | * @param Entity $entity |
| 51 | 51 | * |
| 52 | 52 | */ |
| 53 | - public function delete (Entity $entity); |
|
| 53 | + public function delete(Entity $entity); |
|
| 54 | 54 | |
| 55 | 55 | /** |
| 56 | 56 | * @param Entity $entity |
| 57 | 57 | * |
| 58 | 58 | * @return bool |
| 59 | 59 | */ |
| 60 | - public function exists (Entity $entity):bool; |
|
| 60 | + public function exists(Entity $entity):bool; |
|
| 61 | 61 | } |
| 62 | 62 | \ No newline at end of file |