Completed
Pull Request — master (#238)
by Luc
05:13
created
src/Label/CommandHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     {
99 99
         array_walk(
100 100
             $mergeLabels->getLabels()->asArray(),
101
-            function (Label $label) {
101
+            function(Label $label) {
102 102
                 $this->createLabel($label);
103 103
             }
104 104
         );
Please login to merge, or discard this patch.