@@ -105,7 +105,7 @@ |
||
| 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 | { |
@@ -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) |