mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
Code sniff fix
This commit is contained in:
parent
9c0c3faeb7
commit
bc3deb191f
@ -43,6 +43,13 @@
|
||||
* @link http://phpseclib.sourceforge.net
|
||||
*/
|
||||
|
||||
/**
|
||||
* Pure-PHP Random Number Generator
|
||||
*
|
||||
* @package Crypt_Random
|
||||
* @author Jim Wigginton <terrafrost@php.net>
|
||||
* @access public
|
||||
*/
|
||||
class Crypt_Random
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user