Completed
Push — master ( 47f76a...c4e0d8 )
by Michał
01:54
created
src/Barenote/Collection/NoteCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.