Skip to content

Commit 2ee300f

Browse files
committed
Fixing typos
1 parent fd3edea commit 2ee300f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Robin/Ntlm/Crypt/Random/McryptRandomByteGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* "mcrypt" extension.
1717
*
1818
* @link http://php.net/mcrypt
19-
* @deprectated NOTE! This implementation is deprecated, as the mcrypt library
19+
* @deprecated This implementation is deprecated, as the mcrypt library
2020
* is abandoned. More info: https://github.com/robinpowered/php-ntlm/pull/1
2121
* @todo Remove this implementation in a future version.
2222
*/
@@ -67,7 +67,7 @@ public function __construct($source = self::DEFAULT_SOURCE)
6767
/**
6868
* {@inheritDoc}
6969
*
70-
* @deprectated NOTE! This implementation is deprecated, as the mcrypt
70+
* @deprecated This implementation is deprecated, as the mcrypt
7171
* library is abandoned.
7272
*/
7373
public function generate($size)

src/Robin/Ntlm/Crypt/Random/OpenSslRandomByteGenerator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* "openssl" extension.
1616
*
1717
* @link http://php.net/openssl
18-
* @deprectated NOTE! This implementation is deprecated, as it's been found to
18+
* @deprecated Insecure! This implementation is deprecated, as it's been found to
1919
* be insecure. More info: https://github.com/robinpowered/php-ntlm/issues/7
2020
* @todo Remove this implementation in a future version.
2121
*/
@@ -29,7 +29,7 @@ class OpenSslRandomByteGenerator implements RandomByteGeneratorInterface
2929
/**
3030
* {@inheritDoc}
3131
*
32-
* @deprectated NOTE! This implementation is deprecated, as it's been found
32+
* @deprecated Insecure! This implementation is deprecated, as it's been found
3333
* to be insecure.
3434
*/
3535
public function generate($size)

0 commit comments

Comments
 (0)