Fix more coding standards.

This commit is contained in:
mark_story 2012-03-10 22:30:56 -05:00
parent 932c9d4e2f
commit 82d8df9c3e
3 changed files with 4 additions and 3 deletions

View file

@ -19,6 +19,7 @@
App::uses('PhpReader', 'Configure'); App::uses('PhpReader', 'Configure');
class PhpReaderTest extends CakeTestCase { class PhpReaderTest extends CakeTestCase {
/** /**
* setup * setup
* *

View file

@ -148,6 +148,7 @@ if (!function_exists('sortByKey')) {
} }
return $out; return $out;
} }
} }
/** /**
@ -752,4 +753,3 @@ function convertSlash($string) {
$string = str_replace('/', '_', $string); $string = str_replace('/', '_', $string);
return $string; return $string;
} }