Browse Source

phpcs fix

Florian Krämer 9 years ago
parent
commit
bba091dc55
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/Validation/ValidationTest.php

+ 2 - 1
tests/TestCase/Validation/ValidationTest.php

@@ -2813,7 +2813,8 @@ class ValidationTest extends TestCase
      *
      * @return void
      */
-    public function testImageSize() {
+    public function testImageSize()
+    {
         $image = WWW_ROOT . 'test_theme' . DS . 'img' . DS . 'test.jpg';
         $upload = [
             'tmp_name' => $image