Browse Source

fix phpcs

Kevin Pfeifer 3 years ago
parent
commit
3e3eb0905c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/View/StringTemplateTest.php

+ 1 - 1
tests/TestCase/View/StringTemplateTest.php

@@ -76,7 +76,7 @@ class StringTemplateTest extends TestCase
     {
         $templates = [
             'link' => '<a href="{{url}}">{{text}}</a>',
-            'invalid' => null
+            'invalid' => null,
         ];
         $this->expectException(InvalidArgumentException::class);
         $this->template->add($templates);