Browse Source

Fixing style errors.

stickler-ci 6 years ago
parent
commit
e5eec311d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/TestSuite/Constraint/Email/MailSentWith.php

+ 1 - 1
src/TestSuite/Constraint/Email/MailSentWith.php

@@ -73,7 +73,7 @@ class MailSentWith extends MailConstraintBase
     {
         $viewBuilderMethods = [
             'template', 'layout', 'helpers',
-            'theme', 
+            'theme',
         ];
         if (in_array($this->method, $viewBuilderMethods)) {
             return $email->viewBuilder()->{'get' . ucfirst($this->method)}();