Completed
Pull Request — develop (#29)
by
unknown
08:36
created
src/StreamTags.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
 
103 103
     public function dump()
104 104
     {
105
-        return implode("\n", array_map(function (Tag\StreamTag $tag) {
105
+        return implode("\n", array_map(function(Tag\StreamTag $tag) {
106 106
             return $tag->dump();
107 107
         }, $this->tags));
108 108
     }
Please login to merge, or discard this patch.