@@ -82,9 +82,9 @@ |
||
82 | 82 | * @see https://blogs.msdn.microsoft.com/vsod/2010/04/05/how-to-set-the-editing-restrictions-in-word-using-open-xml-sdk-2-0/ |
83 | 83 | * |
84 | 84 | * @param string $password |
85 | - * @param number $algorithmSid |
|
85 | + * @param integer $algorithmSid |
|
86 | 86 | * @param string $salt |
87 | - * @param number $spinCount |
|
87 | + * @param integer $spinCount |
|
88 | 88 | * @return string |
89 | 89 | */ |
90 | 90 | public static function hashPassword($password, $algorithmSid = 4, $salt = null, $spinCount = 10000) |