Passed
Pull Request — master (#90)
by
unknown
02:04
created
src/Template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
         // Perform replacements
125 125
         $contents = str_replace(
126 126
             array_map(
127
-                fn (int|string $find): string => \sprintf('%s%s%s', $this->leftDelimiter, $find, $this->rightDelimiter),
127
+                fn (int | string $find): string => \sprintf('%s%s%s', $this->leftDelimiter, $find, $this->rightDelimiter),
128 128
                 array_keys($this->tplVars)
129 129
             ),
130 130
             array_values($this->tplVars),
Please login to merge, or discard this patch.