Fix coding standards.

This commit is contained in:
mark_story 2012-09-18 14:52:46 -04:00
parent a1838a0c85
commit 99cbd22969
2 changed files with 1 additions and 1 deletions

View file

@ -2931,7 +2931,6 @@ class DboSource extends DataSource {
* @return boolean success.
*/
public function resetSequence($table, $column) {
}
/**

View file

@ -107,6 +107,7 @@ class CakeNumber {
* @param string $size Size in human readable string like '5MB'
* @param mixed $default Value to be returned when invalid size was used, for example 'Unknown type'
* @return integer Bytes
* @throws CakeException On invalid Unit type.
*/
public static function fromReadableSize($size, $default = false) {
if (ctype_digit($size)) {