Completed
Push — master ( e1eb62...af5e02 )
by Patrick
02:15
created
src/Instrument/InstrumentBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     public function __construct(array $stringFrequencies = null, float $stringLength = null)
23 23
     {
24 24
         if (null === $stringFrequencies) {
25
-            $stringFrequencies = array_map(function ($name) {
25
+            $stringFrequencies = array_map(function($name) {
26 26
                 return Note::fromName($name)->getFrequency();
27 27
             }, $this->getDefaultNames());
28 28
         }
Please login to merge, or discard this patch.