mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-01 07:09:46 +00:00
Fix typo
This commit is contained in:
parent
8744e53d0e
commit
61f608abc7
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ class SecurityTest extends CakeTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests that encrypted strings are comatible between the mcrypt and openssl engine.
|
* Tests that encrypted strings are compatible between the mcrypt and openssl engine.
|
||||||
*
|
*
|
||||||
* @dataProvider plainTextProvider
|
* @dataProvider plainTextProvider
|
||||||
* @param string $txt Plain text to be encrypted.
|
* @param string $txt Plain text to be encrypted.
|
||||||
|
|
Loading…
Add table
Reference in a new issue