mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix coding standards.
This commit is contained in:
parent
a1838a0c85
commit
99cbd22969
2 changed files with 1 additions and 1 deletions
|
@ -2931,7 +2931,6 @@ class DboSource extends DataSource {
|
|||
* @return boolean success.
|
||||
*/
|
||||
public function resetSequence($table, $column) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue