Completed
Pull Request — master (#9)
by Asmir
116:39 queued 86:42
created
src/WssWsSecurity/XmlSign/X509DataType.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * Gets as x509IssuerSerial
86 86
      *
87 87
      * @return
88
-     * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\X509IssuerSerialType[]
88
+     string \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\X509IssuerSerialType[]
89 89
      */
90 90
     public function getX509IssuerSerial()
91 91
     {
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     /**
144 144
      * Gets as x509SKI
145 145
      *
146
-     * @return mixed[]
146
+     * @return string
147 147
      */
148 148
     public function getX509SKI()
149 149
     {
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
     /**
200 200
      * Gets as x509SubjectName
201 201
      *
202
-     * @return string[]
202
+     * @return string
203 203
      */
204 204
     public function getX509SubjectName()
205 205
     {
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     /**
256 256
      * Gets as x509Certificate
257 257
      *
258
-     * @return mixed[]
258
+     * @return string
259 259
      */
260 260
     public function getX509Certificate()
261 261
     {
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
     /**
312 312
      * Gets as x509CRL
313 313
      *
314
-     * @return mixed[]
314
+     * @return string
315 315
      */
316 316
     public function getX509CRL()
317 317
     {
Please login to merge, or discard this patch.
src/WssWsSecurity/Secext/AttributedStringType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
     /**
27 27
      * Gets or sets the inner value
28 28
      *
29
-     * @param string $value
30 29
      * @return string
31 30
      */
32 31
     public function value()
Please login to merge, or discard this patch.
src/WssWsSecurity/Utility/AttributedDateTimeType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
     /**
27 27
      * Gets or sets the inner value
28 28
      *
29
-     * @param string $value
30 29
      * @return string
31 30
      */
32 31
     public function value()
Please login to merge, or discard this patch.
src/WssWsSecurity/Utility/AttributedURIType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
     /**
27 27
      * Gets or sets the inner value
28 28
      *
29
-     * @param string $value
30 29
      * @return string
31 30
      */
32 31
     public function value()
Please login to merge, or discard this patch.
src/WssWsSecurity/XmlSign/DigestValue.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Gets or sets the inner value
36 36
      *
37
-     * @param mixed $value
38 37
      * @return mixed
39 38
      */
40 39
     public function value()
Please login to merge, or discard this patch.
src/WssWsSecurity/XmlSign/KeyName.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
     /**
27 27
      * Gets or sets the inner value
28 28
      *
29
-     * @param string $value
30 29
      * @return string
31 30
      */
32 31
     public function value()
Please login to merge, or discard this patch.