Completed
Pull Request — develop (#15)
by Antoine
04:54
created
src/Common/Microsoft/PasswordEncoder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,9 +82,9 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.