Completed
Pull Request — develop (#15)
by Antoine
04:54
created
src/Common/XMLReader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
      *
106 106
      * @param string $path
107 107
      * @param \DOMElement $contextNode
108
-     * @return \DOMElement|null
108
+     * @return \DOMNode|null
109 109
      */
110 110
     public function getElement($path, \DOMElement $contextNode = null)
111 111
     {
Please login to merge, or discard this patch.
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.