Completed
Push — master ( 81da4d...2c2acb )
by Jefersson
29:41 queued 04:43
created
src/Filter/FilterAggregator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
     public function apply() : string
41 41
     {
42
-        $applyFilters = static function (string $docheader, string $filter) : string {
42
+        $applyFilters = static function(string $docheader, string $filter) : string {
43 43
             /** @psalm-var class-string<Filter> $filter */
44 44
             return (string) (new $filter())->__invoke($docheader);
45 45
         };
Please login to merge, or discard this patch.