Skip to content

Commit

Permalink
Fix PHPCS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 29, 2016
1 parent 1894529 commit b1130a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Validation/stubs.php
Expand Up @@ -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.
Expand All @@ -25,4 +26,3 @@ function is_uploaded_file($filename)
return file_exists($filename);
}
}

0 comments on commit b1130a8

Please sign in to comment.