Passed
Push — develop ( 064dc9...131e25 )
by Andrew
04:18
created
src/helpers/PluginTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 
62 62
         // Render the template with our vars passed in
63 63
         try {
64
-            $htmlText = Craft::$app->view->renderTemplate('youtubeliveembed/' . $templatePath, $params);
64
+            $htmlText = Craft::$app->view->renderTemplate('youtubeliveembed/'.$templatePath, $params);
65 65
             $templateRendered = true;
66 66
         } catch (\Exception $e) {
67 67
             $htmlText = Craft::t(
Please login to merge, or discard this patch.
ecs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 
6 6
 return static function(ECSConfig $ecsConfig): void {
7 7
     $ecsConfig->paths([
8
-        __DIR__ . '/src',
8
+        __DIR__.'/src',
9 9
         __FILE__,
10 10
     ]);
11 11
     $ecsConfig->parallel();
Please login to merge, or discard this patch.