mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fixing typo in the docblock
This commit is contained in:
parent
7d080ea2d1
commit
f6a6e3381e
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ class Validation {
|
|||
}
|
||||
|
||||
/**
|
||||
* Checks if a value is a natural value.
|
||||
* Checks if a value is a natural number.
|
||||
*
|
||||
* @param string $check Value to check
|
||||
* @param boolean $allowZero Set true to allow zero, defaults to false
|
||||
|
|
Loading…
Add table
Reference in a new issue