@@ -26,7 +26,7 @@ |
||
26 | 26 | public function find(NoteId $id) |
27 | 27 | { |
28 | 28 | return $this->filter( |
29 | - function (Note $note) use ($id) { |
|
29 | + function(Note $note) use ($id) { |
|
30 | 30 | return $note->getId()->getValue() === $id->getValue(); |
31 | 31 | } |
32 | 32 | ); |