Skip to content

Commit

Permalink
Adding documentation for static init function
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnius committed Jan 25, 2018
1 parent 9a95e1d commit b0ccf57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Aurphm/Aurphm.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ class Aurphm
protected static $HMAC_algo = "SHA512";
protected static $PBKDF_algo = "SHA512";

/**
* Static initation
* @return object
*/
public static function init()
{
return new self;
Expand Down

0 comments on commit b0ccf57

Please sign in to comment.