Merge pull request #11756 from tenkoma/patch-1

[2.x]Fix typo in PhpDoc
This commit is contained in:
ADmad 2018-02-25 15:08:47 +05:30 committed by GitHub
commit fb5c3ecd71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.