Browse Source

Fix PHPCS errors.

mark_story 10 years ago
parent
commit
b1130a85da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Validation/stubs.php

+ 1 - 1
tests/TestCase/Validation/stubs.php

@@ -13,6 +13,7 @@
  * @license       http://www.opensource.org/licenses/mit-license.php MIT License
  */
 namespace Cake\Validation {
+
     /**
      * Use namespace injection to overwrite is_uploaded_file()
      * during tests.
@@ -25,4 +26,3 @@ namespace Cake\Validation {
         return file_exists($filename);
     }
 }
-