Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 18, 2012
1 parent a1838a0 commit 99cbd22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Model/Datasource/DboSource.php
Expand Up @@ -2931,7 +2931,6 @@ public function insertMulti($table, $fields, $values) {
* @return boolean success.
*/
public function resetSequence($table, $column) {

}

/**
Expand Down
1 change: 1 addition & 0 deletions lib/Cake/Utility/CakeNumber.php
Expand Up @@ -107,6 +107,7 @@ public static function toReadableSize($size) {
* @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)) {
Expand Down

0 comments on commit 99cbd22

Please sign in to comment.