Completed
Push — master ( 12f5fe...dfe4f0 )
by Evan
01:46
created
src/Type/Labels.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      */
54 54
     public function toArray()
55 55
     {
56
-        return $this->map(function ($label) {
56
+        return $this->map(function($label) {
57 57
             return str_replace(
58 58
                 [
59 59
                     '{one}',
Please login to merge, or discard this patch.