Passed
Push — develop ( a70265...209bfd )
by Andrew
08:54
created
src/helpers/PluginTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         array $params = [],
67 67
         string $minifier = null
68 68
     ): string {
69
-        $template = 'seomatic/' . $templatePath;
69
+        $template = 'seomatic/'.$templatePath;
70 70
         $oldMode = Craft::$app->view->getTemplateMode();
71 71
         // Look for the template on the frontend first
72 72
         try {
Please login to merge, or discard this patch.