Code sniff fix

This commit is contained in:
Clint Nelissen 2014-12-01 19:01:00 -08:00
parent 9c0c3faeb7
commit bc3deb191f

View File

@ -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
{
/**