Completed
Pull Request — 5.0 (#7)
by
unknown
07:00
created
src/SwiftTwigMailTemplate.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
         $twigEnvironment->addFunction($function);
115 115
 
116 116
         $template = $twigEnvironment->loadTemplate($this->twigPath);
117
-		$context = $twigEnvironment->mergeGlobals($data);
117
+  $context = $twigEnvironment->mergeGlobals($data);
118 118
 
119 119
         if (!$template->hasBlock('subject', $context) || (!$template->hasBlock('body_html', $context) && !$template->hasBlock('body_text', $context))) {
120 120
             throw MissingBlockException::missingBlock($template->getBlockNames());
Please login to merge, or discard this patch.