Completed
Push — develop ( bd286b...3e7014 )
by Chris
01:03 queued 59s
created
src/KeyTags.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
 
102 102
     public function dump()
103 103
     {
104
-        return implode("\n", array_map(function (Tag\KeyTag $tag) {
104
+        return implode("\n", array_map(function(Tag\KeyTag $tag) {
105 105
             return $tag->dump();
106 106
         }, $this->tags));
107 107
     }
Please login to merge, or discard this patch.