Passed
Pull Request — master (#119)
by Roberto
02:33
created
src/Signer.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
      * Make Signature tag
39 39
      * @param string $content
40 40
      * @param string $tagname
41
-     * @param string $marker for URI
41
+     * @param string $mark for URI
42 42
      * @param string $algorithm
43 43
      * @param array $canonical parameters to format node for signature
44 44
      * @param string $rootname name of tag to insert signature block
@@ -104,7 +104,6 @@  discard block
 block discarded – undo
104 104
     
105 105
     /**
106 106
      * Verify if xml signature is valid
107
-     * @param string $content xml content
108 107
      * @param string $tagname tag for sign
109 108
      * @return boolean
110 109
      */
@@ -241,8 +240,6 @@  discard block
 block discarded – undo
241 240
     /**
242 241
      * digestCheck
243 242
      * Verify digest value
244
-     * @param string $content
245
-     * @param string $tagid
246 243
      * @return boolean
247 244
      * @throws SignerException
248 245
      */
Please login to merge, or discard this patch.