mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix typo in variable description.
Signed-off-by: mark_story <mark@mark-story.com>
This commit is contained in:
parent
b717abe1aa
commit
ba9fc94977
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if (!class_exists('Multibyte')) {
|
|||
class Validation extends Object {
|
||||
|
||||
/**
|
||||
* Set the the value of methods $check param.
|
||||
* Set the value of methods $check param.
|
||||
*
|
||||
* @var string
|
||||
* @access public
|
||||
|
|
Loading…
Reference in a new issue