@@ -31,7 +31,7 @@ |
||
31 | 31 | ); |
32 | 32 | } |
33 | 33 | |
34 | - $harmonics = array_filter($harmonics, function (Harmonic $harmonic) { |
|
34 | + $harmonics = array_filter($harmonics, function(Harmonic $harmonic) { |
|
35 | 35 | return $this->validatePhysicalDistance($harmonic); |
36 | 36 | }); |
37 | 37 |