Passed
Push — master ( 9e4ca2...5df5b4 )
by Eric
01:48
created
src/Template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
         // Perform replacements
120 120
         $contents = str_replace(
121 121
             array_map(
122
-                fn (int|string $find): string => sprintf('%s%s%s', $this->leftDelimiter, $find, $this->rightDelimiter),
122
+                fn (int | string $find): string => sprintf('%s%s%s', $this->leftDelimiter, $find, $this->rightDelimiter),
123 123
                 array_keys($this->tplVars)
124 124
             ),
125 125
             array_values($this->tplVars),
Please login to merge, or discard this patch.